Html Css Color HEX #EDD29F Dairy Cream

📋 copy color: '#EDD29F'

red 237 ◦ green 210 ◦ blue 159

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

Shades of Dairy Cream #EDD29F

Tints of Dairy Cream #EDD29F

RGB

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

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

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

R = 39.11%
G = 34.65%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDD29F (or 0xEDD29F) is known color: Dairy Cream. HEX triplet: ED, D2 and 9F. RGB value is (237,210,159). Sum of RGB (Red+Green+Blue) = 237+210+159=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD29F is #122D60. Grayscale: #D4D4D4. Windows color (decimal): -1191265 or 10474221. OLE color: 10474221.

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

Color convert

RGB 237 210 159 -
CMYK 0 0.11 0.33 0.07
HSL 39.23º 0.68% 0.78% -
HSV(B) 39.23º 0.33% 0.93% -
XYZ 64.23 66.6 42.27 -
YUV 212.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 237 210 159 0 0.11 0.33 0.07 39.23 0.68 0.78
Hex ED D2 9F 0 B 21 7 27 44 4E
Octal 355 322 237 0 13 41 7 47 104 116
Binary 11101101 11010010 10011111 0 1011 100001 111 100111 1000100 1001110

Color Harmonies of #EDD29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD29F

Black with #EDD29F

Text Example


Text Example

White with #EDD29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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