Html Css Color HEX #EDEEE4 Sugar Cane

📋 copy color: '#EDEEE4'

red 237 ◦ green 238 ◦ blue 228

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

Shades of Sugar Cane #EDEEE4

Tints of Sugar Cane #EDEEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.43%

R = 33.71%
G = 33.85%
B = 32.43%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDEEE4 (or 0xEDEEE4) is known color: Sugar Cane. HEX triplet: ED, EE and E4. RGB value is (237,238,228). Sum of RGB (Red+Green+Blue) = 237+238+228=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEEE4 is #12111B. Grayscale: #ECECEC. Windows color (decimal): -1184028 or 15003373. OLE color: 15003373.

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

Color convert

RGB 237 238 228 -
CMYK 0.00 0 0.04 0.07
HSL 66º 0.23% 0.91% -
HSV(B) 66º 0.04% 0.93% -
XYZ 79.5 84.76 85.57 -
YUV 236.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 237 238 228 0.00 0 0.04 0.07 66 0.23 0.91
Hex ED EE E4 0 0 4 7 42 17 5B
Octal 355 356 344 0 0 4 7 102 27 133
Binary 11101101 11101110 11100100 0 0 100 111 1000010 10111 1011011

Color Harmonies of #EDEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEE4

Black with #EDEEE4

Text Example


Text Example

White with #EDEEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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