Html Css Color HEX #EDD09F Dairy Cream

📋 copy color: '#EDD09F'

red 237 ◦ green 208 ◦ blue 159

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

Shades of Dairy Cream #EDD09F

Tints of Dairy Cream #EDD09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.32%

R = 39.24%
G = 34.44%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDD09F (or 0xEDD09F) is known color: Dairy Cream. HEX triplet: ED, D0 and 9F. RGB value is (237,208,159). Sum of RGB (Red+Green+Blue) = 237+208+159=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD09F is #122F60. Grayscale: #D3D3D3. Windows color (decimal): -1191777 or 10473709. OLE color: 10473709.

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

Color convert

RGB 237 208 159 -
CMYK 0 0.12 0.33 0.07
HSL 37.69º 0.68% 0.78% -
HSV(B) 37.69º 0.33% 0.93% -
XYZ 63.74 65.62 42.11 -
YUV 211.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 237 208 159 0 0.12 0.33 0.07 37.69 0.68 0.78
Hex ED D0 9F 0 C 21 7 26 44 4E
Octal 355 320 237 0 14 41 7 46 104 116
Binary 11101101 11010000 10011111 0 1100 100001 111 100110 1000100 1001110

Color Harmonies of #EDD09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD09F

Black with #EDD09F

Text Example


Text Example

White with #EDD09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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