Html Css Color HEX #EACEA5 Dairy Cream

📋 copy color: '#EACEA5'

red 234 ◦ green 206 ◦ blue 165

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

Shades of Dairy Cream #EACEA5

Tints of Dairy Cream #EACEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.27%

R = 38.68%
G = 34.05%
B = 27.27%

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

#EACEA5 (or 0xEACEA5) is known color: Dairy Cream. HEX triplet: EA, CE and A5. RGB value is (234,206,165). Sum of RGB (Red+Green+Blue) = 234+206+165=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEA5 is #15315A. Grayscale: #D1D1D1. Windows color (decimal): -1388891 or 10866410. OLE color: 10866410.

HSL color Cylindrical-coordinate representation of color #EACEA5: hue angle of 35.65º 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 #EACEA5 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 206 165 -
CMYK 0 0.12 0.29 0.08
HSL 35.65º 0.62% 0.78% -
HSV(B) 35.65º 0.29% 0.92% -
XYZ 62.79 64.35 44.71 -
YUV 209.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 234 206 165 0 0.12 0.29 0.08 35.65 0.62 0.78
Hex EA CE A5 0 C 1D 8 24 3E 4E
Octal 352 316 245 0 14 35 10 44 76 116
Binary 11101010 11001110 10100101 0 1100 11101 1000 100100 111110 1001110

Color Harmonies of #EACEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACEA5

Black with #EACEA5

Text Example


Text Example

White with #EACEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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