Html Css Color HEX #EDD0A0 Dairy Cream

📋 copy color: '#EDD0A0'

red 237 ◦ green 208 ◦ blue 160

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

Shades of Dairy Cream #EDD0A0

Tints of Dairy Cream #EDD0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.45%

R = 39.17%
G = 34.38%
B = 26.45%

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

#EDD0A0 (or 0xEDD0A0) is known color: Dairy Cream. HEX triplet: ED, D0 and A0. RGB value is (237,208,160). Sum of RGB (Red+Green+Blue) = 237+208+160=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0A0 is #122F5F. Grayscale: #D3D3D3. Windows color (decimal): -1191776 or 10539245. OLE color: 10539245.

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

Color convert

RGB 237 208 160 -
CMYK 0 0.12 0.32 0.07
HSL 37.4º 0.68% 0.78% -
HSV(B) 37.4º 0.32% 0.93% -
XYZ 63.83 65.65 42.57 -
YUV 211.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 237 208 160 0 0.12 0.32 0.07 37.4 0.68 0.78
Hex ED D0 A0 0 C 20 7 25 44 4E
Octal 355 320 240 0 14 40 7 45 104 116
Binary 11101101 11010000 10100000 0 1100 100000 111 100101 1000100 1001110

Color Harmonies of #EDD0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0A0

Black with #EDD0A0

Text Example


Text Example

White with #EDD0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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