Html Css Color HEX #EDD09E Dairy Cream

📋 copy color: '#EDD09E'

red 237 ◦ green 208 ◦ blue 158

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

Shades of Dairy Cream #EDD09E

Tints of Dairy Cream #EDD09E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.2%

R = 39.3%
G = 34.49%
B = 26.2%

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

#EDD09E (or 0xEDD09E) is known color: Dairy Cream. HEX triplet: ED, D0 and 9E. RGB value is (237,208,158). Sum of RGB (Red+Green+Blue) = 237+208+158=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD09E is #122F61. Grayscale: #D3D3D3. Windows color (decimal): -1191778 or 10408173. OLE color: 10408173.

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

Color convert

RGB 237 208 158 -
CMYK 0 0.12 0.33 0.07
HSL 37.97º 0.69% 0.77% -
HSV(B) 37.97º 0.33% 0.93% -
XYZ 63.65 65.58 41.65 -
YUV 210.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 237 208 158 0 0.12 0.33 0.07 37.97 0.69 0.77
Hex ED D0 9E 0 C 21 7 26 45 4D
Octal 355 320 236 0 14 41 7 46 105 115
Binary 11101101 11010000 10011110 0 1100 100001 111 100110 1000101 1001101

Color Harmonies of #EDD09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD09E

Black with #EDD09E

Text Example


Text Example

White with #EDD09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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