Html Css Color HEX #EDCE9F Dairy Cream

📋 copy color: '#EDCE9F'

red 237 ◦ green 206 ◦ blue 159

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

Shades of Dairy Cream #EDCE9F

Tints of Dairy Cream #EDCE9F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.22%

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

R = 39.37%
G = 34.22%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDCE9F (or 0xEDCE9F) is known color: Dairy Cream. HEX triplet: ED, CE and 9F. RGB value is (237,206,159). Sum of RGB (Red+Green+Blue) = 237+206+159=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9F is #123160. Grayscale: #D2D2D2. Windows color (decimal): -1192289 or 10473197. OLE color: 10473197.

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

Color convert

RGB 237 206 159 -
CMYK 0 0.13 0.33 0.07
HSL 36.15º 0.68% 0.78% -
HSV(B) 36.15º 0.33% 0.93% -
XYZ 63.25 64.65 41.95 -
YUV 209.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 237 206 159 0 0.13 0.33 0.07 36.15 0.68 0.78
Hex ED CE 9F 0 D 21 7 24 44 4E
Octal 355 316 237 0 15 41 7 44 104 116
Binary 11101101 11001110 10011111 0 1101 100001 111 100100 1000100 1001110

Color Harmonies of #EDCE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE9F

Black with #EDCE9F

Text Example


Text Example

White with #EDCE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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