Html Css Color HEX #EDEEE0 Sugar Cane

📋 copy color: '#EDEEE0'

red 237 ◦ green 238 ◦ blue 224

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

Shades of Sugar Cane #EDEEE0

Tints of Sugar Cane #EDEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.05%

 BLUE value IS 224 (87.89% from 255) = 32.05%

R = 33.91%
G = 34.05%
B = 32.05%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDEEE0 (or 0xEDEEE0) is known color: Sugar Cane. HEX triplet: ED, EE and E0. RGB value is (237,238,224). Sum of RGB (Red+Green+Blue) = 237+238+224=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEE0 is #12111F. Grayscale: #ECECEC. Windows color (decimal): -1184032 or 14741229. OLE color: 14741229.

HSL color Cylindrical-coordinate representation of color #EDEEE0: hue angle of 64.29º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDEEE0 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 224 -
CMYK 0.00 0 0.06 0.07
HSL 64.29º 0.29% 0.91% -
HSV(B) 64.29º 0.06% 0.93% -
XYZ 78.95 84.54 82.68 -
YUV 236.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 237 238 224 0.00 0 0.06 0.07 64.29 0.29 0.91
Hex ED EE E0 0 0 6 7 40 1D 5B
Octal 355 356 340 0 0 6 7 100 35 133
Binary 11101101 11101110 11100000 0 0 110 111 1000000 11101 1011011

Color Harmonies of #EDEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEE0

Black with #EDEEE0

Text Example


Text Example

White with #EDEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEE0; }

 p { color: rgb(237,238,224); }

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

background-color css

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

 a { background-color: rgb(237,238,224); }

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

border-color css

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

 span { border-color: rgb(237,238,224); }

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