Html Css Color HEX #EDCE9E Dairy Cream

📋 copy color: '#EDCE9E'

red 237 ◦ green 206 ◦ blue 158

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

Shades of Dairy Cream #EDCE9E

Tints of Dairy Cream #EDCE9E

RGB

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

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

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

R = 39.43%
G = 34.28%
B = 26.29%

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

#EDCE9E (or 0xEDCE9E) is known color: Dairy Cream. HEX triplet: ED, CE and 9E. RGB value is (237,206,158). Sum of RGB (Red+Green+Blue) = 237+206+158=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9E is #123161. Grayscale: #D2D2D2. Windows color (decimal): -1192290 or 10407661. OLE color: 10407661.

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

Color convert

RGB 237 206 158 -
CMYK 0 0.13 0.33 0.07
HSL 36.46º 0.69% 0.77% -
HSV(B) 36.46º 0.33% 0.93% -
XYZ 63.17 64.62 41.49 -
YUV 209.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 237 206 158 0 0.13 0.33 0.07 36.46 0.69 0.77
Hex ED CE 9E 0 D 21 7 24 45 4D
Octal 355 316 236 0 15 41 7 44 105 115
Binary 11101101 11001110 10011110 0 1101 100001 111 100100 1000101 1001101

Color Harmonies of #EDCE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE9E

Black with #EDCE9E

Text Example


Text Example

White with #EDCE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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