Html Css Color HEX #EACDA0 Dairy Cream

📋 copy color: '#EACDA0'

red 234 ◦ green 205 ◦ blue 160

#EACDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dairy Cream #EACDA0

Tints of Dairy Cream #EACDA0

RGB

 RED value IS 234 (91.8% from 255) = 39.07%

 GREEN value IS 205 (80.47% from 255) = 34.22%

 BLUE value IS 160 (62.89% from 255) = 26.71%

R = 39.07%
G = 34.22%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EACDA0 (or 0xEACDA0) is known color: Dairy Cream. HEX triplet: EA, CD and A0. RGB value is (234,205,160). Sum of RGB (Red+Green+Blue) = 234+205+160=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA0 is #15325F. Grayscale: #D0D0D0. Windows color (decimal): -1389152 or 10538474. OLE color: 10538474.

HSL color Cylindrical-coordinate representation of color #EACDA0: hue angle of 36.49º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EACDA0 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 160 -
CMYK 0 0.12 0.32 0.08
HSL 36.49º 0.64% 0.77% -
HSV(B) 36.49º 0.32% 0.92% -
XYZ 62.11 63.69 42.28 -
YUV 208.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 234 205 160 0 0.12 0.32 0.08 36.49 0.64 0.77
Hex EA CD A0 0 C 20 8 24 40 4D
Octal 352 315 240 0 14 40 10 44 100 115
Binary 11101010 11001101 10100000 0 1100 100000 1000 100100 1000000 1001101

Color Harmonies of #EACDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDA0

Black with #EACDA0

Text Example


Text Example

White with #EACDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDA0; }

 p { color: rgb(234,205,160); }

 H1.HeaderClassName
 {
   color: #EACDA0;
 }
 .AnyTagClassName
 {
   color: #EACDA0;
 }
</style>

background-color css

<style>
 a { background-color: #EACDA0; }

 a { background-color: rgb(234,205,160); }

 div.DivClassName
 {
   background-color: #EACDA0;
 }
 .BgClassName
 {
   background-color: #EACDA0;
 }
</style>

border-color css

<style>
 span { border-color: #EACDA0; }

 span { border-color: rgb(234,205,160); }

 td.TdClassName
 {
   border-color: #EACDA0;
 }
 .TagClassName
 {
   border-color: #EACDA0;
 }
</style>