Html Css Color HEX #EED4A2 Dairy Cream

📋 copy color: '#EED4A2'

red 238 ◦ green 212 ◦ blue 162

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

Shades of Dairy Cream #EED4A2

Tints of Dairy Cream #EED4A2

RGB

 RED value IS 238 (93.36% from 255) = 38.89%

 GREEN value IS 212 (83.2% from 255) = 34.64%

 BLUE value IS 162 (63.67% from 255) = 26.47%

R = 38.89%
G = 34.64%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EED4A2 (or 0xEED4A2) is known color: Dairy Cream. HEX triplet: EE, D4 and A2. RGB value is (238,212,162). Sum of RGB (Red+Green+Blue) = 238+212+162=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED4A2 is #112B5D. Grayscale: #D6D6D6. Windows color (decimal): -1125214 or 10671342. OLE color: 10671342.

HSL color Cylindrical-coordinate representation of color #EED4A2: hue angle of 39.47º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EED4A2 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 212 162 -
CMYK 0 0.11 0.32 0.07
HSL 39.47º 0.69% 0.78% -
HSV(B) 39.47º 0.32% 0.93% -
XYZ 65.32 67.87 43.84 -
YUV 214.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 238 212 162 0 0.11 0.32 0.07 39.47 0.69 0.78
Hex EE D4 A2 0 B 20 7 27 45 4E
Octal 356 324 242 0 13 40 7 47 105 116
Binary 11101110 11010100 10100010 0 1011 100000 111 100111 1000101 1001110

Color Harmonies of #EED4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4A2

Black with #EED4A2

Text Example


Text Example

White with #EED4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4A2; }

 p { color: rgb(238,212,162); }

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

background-color css

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

 a { background-color: rgb(238,212,162); }

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

border-color css

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

 span { border-color: rgb(238,212,162); }

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