Html Css Color HEX #EDD0A2 Dairy Cream

📋 copy color: '#EDD0A2'

red 237 ◦ green 208 ◦ blue 162

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

Shades of Dairy Cream #EDD0A2

Tints of Dairy Cream #EDD0A2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.27%

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

R = 39.04%
G = 34.27%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDD0A2 (or 0xEDD0A2) is known color: Dairy Cream. HEX triplet: ED, D0 and A2. RGB value is (237,208,162). Sum of RGB (Red+Green+Blue) = 237+208+162=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0A2 is #122F5D. Grayscale: #D3D3D3. Windows color (decimal): -1191774 or 10670317. OLE color: 10670317.

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

Color convert

RGB 237 208 162 -
CMYK 0 0.12 0.32 0.07
HSL 36.8º 0.68% 0.78% -
HSV(B) 36.8º 0.32% 0.93% -
XYZ 64 65.72 43.5 -
YUV 211.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 237 208 162 0 0.12 0.32 0.07 36.8 0.68 0.78
Hex ED D0 A2 0 C 20 7 25 44 4E
Octal 355 320 242 0 14 40 7 45 104 116
Binary 11101101 11010000 10100010 0 1100 100000 111 100101 1000100 1001110

Color Harmonies of #EDD0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0A2

Black with #EDD0A2

Text Example


Text Example

White with #EDD0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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