Html Css Color HEX #EACDA5 Dairy Cream

📋 copy color: '#EACDA5'

red 234 ◦ green 205 ◦ blue 165

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

Shades of Dairy Cream #EACDA5

Tints of Dairy Cream #EACDA5

RGB

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

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

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

R = 38.74%
G = 33.94%
B = 27.32%

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

#EACDA5 (or 0xEACDA5) is known color: Dairy Cream. HEX triplet: EA, CD and A5. RGB value is (234,205,165). Sum of RGB (Red+Green+Blue) = 234+205+165=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA5 is #15325A. Grayscale: #D1D1D1. Windows color (decimal): -1389147 or 10866154. OLE color: 10866154.

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

Color convert

RGB 234 205 165 -
CMYK 0 0.12 0.29 0.08
HSL 34.78º 0.62% 0.78% -
HSV(B) 34.78º 0.29% 0.92% -
XYZ 62.55 63.87 44.63 -
YUV 209.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 234 205 165 0 0.12 0.29 0.08 34.78 0.62 0.78
Hex EA CD A5 0 C 1D 8 23 3E 4E
Octal 352 315 245 0 14 35 10 43 76 116
Binary 11101010 11001101 10100101 0 1100 11101 1000 100011 111110 1001110

Color Harmonies of #EACDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDA5

Black with #EACDA5

Text Example


Text Example

White with #EACDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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