Html Css Color HEX #EACEA6 Dairy Cream

📋 copy color: '#EACEA6'

red 234 ◦ green 206 ◦ blue 166

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

Shades of Dairy Cream #EACEA6

Tints of Dairy Cream #EACEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.99%

 BLUE value IS 166 (65.23% from 255) = 27.39%

R = 38.61%
G = 33.99%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EACEA6 (or 0xEACEA6) is known color: Dairy Cream. HEX triplet: EA, CE and A6. RGB value is (234,206,166). Sum of RGB (Red+Green+Blue) = 234+206+166=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEA6 is #153159. Grayscale: #D2D2D2. Windows color (decimal): -1388890 or 10931946. OLE color: 10931946.

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

Color convert

RGB 234 206 166 -
CMYK 0 0.12 0.29 0.08
HSL 35.29º 0.62% 0.78% -
HSV(B) 35.29º 0.29% 0.92% -
XYZ 62.89 64.39 45.19 -
YUV 209.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 234 206 166 0 0.12 0.29 0.08 35.29 0.62 0.78
Hex EA CE A6 0 C 1D 8 23 3E 4E
Octal 352 316 246 0 14 35 10 43 76 116
Binary 11101010 11001110 10100110 0 1100 11101 1000 100011 111110 1001110

Color Harmonies of #EACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACEA6

Black with #EACEA6

Text Example


Text Example

White with #EACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACEA6; }

 p { color: rgb(234,206,166); }

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

background-color css

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

 a { background-color: rgb(234,206,166); }

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

border-color css

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

 span { border-color: rgb(234,206,166); }

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