Html Css Color HEX #EDD2A2 Dairy Cream

📋 copy color: '#EDD2A2'

red 237 ◦ green 210 ◦ blue 162

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

Shades of Dairy Cream #EDD2A2

Tints of Dairy Cream #EDD2A2

RGB

 RED value IS 237 (92.97% from 255) = 38.92%

 GREEN value IS 210 (82.42% from 255) = 34.48%

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

R = 38.92%
G = 34.48%
B = 26.6%

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

#EDD2A2 (or 0xEDD2A2) is known color: Dairy Cream. HEX triplet: ED, D2 and A2. RGB value is (237,210,162). Sum of RGB (Red+Green+Blue) = 237+210+162=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2A2 is #122D5D. Grayscale: #D4D4D4. Windows color (decimal): -1191262 or 10670829. OLE color: 10670829.

HSL color Cylindrical-coordinate representation of color #EDD2A2: hue angle of 38.4º degrees, saturation: 0.68, 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 #EDD2A2 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 162 -
CMYK 0 0.11 0.32 0.07
HSL 38.4º 0.68% 0.78% -
HSV(B) 38.4º 0.32% 0.93% -
XYZ 64.49 66.71 43.66 -
YUV 212.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 237 210 162 0 0.11 0.32 0.07 38.4 0.68 0.78
Hex ED D2 A2 0 B 20 7 26 44 4E
Octal 355 322 242 0 13 40 7 46 104 116
Binary 11101101 11010010 10100010 0 1011 100000 111 100110 1000100 1001110

Color Harmonies of #EDD2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2A2

Black with #EDD2A2

Text Example


Text Example

White with #EDD2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2A2; }

 p { color: rgb(237,210,162); }

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

background-color css

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

 a { background-color: rgb(237,210,162); }

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

border-color css

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

 span { border-color: rgb(237,210,162); }

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