#EEEEE5

Color #EEEEE5 Sugar Cane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sugar Cane #EEEEE5

Tints of Sugar Cane #EEEEE5

Color information

#EEEEE5 (or 0xEEEEE5) is unknown color: approx Sugar Cane. HEX triplet: EE, EE and E5. RGB value is (238,238,229). Sum of RGB (Red+Green+Blue) = 238+238+229=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEEE5 is #11111A. Grayscale: #EDEDED. Windows color (decimal): -1118491 or 15068910. OLE color: 15068910.

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

Color convert

RGB238238229-
CMYK000.040.07
HSL60º20.93%91.57%-
HSV(B)60º3.78%93.33%-
XYZ79.9884.9886.32-
YUV236.97123.5128.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 238 (93.36% from 255) = 33.76%
BLUE value IS 229 (89.84% from 255) = 32.48%
R=33.76%
G=33.76%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238238229000.040.076020.9391.57
HexEEEEE500473c155c
Octal35635634500477425134
Binary11101110111011101110010100100111111100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEE5; }

 p { color: rgb(238,238,229); }

 H1.HeaderClassName
 {
   color: #EEEEE5;
 }
 .AnyTagClassName
 {
   color: #EEEEE5;
 }
</style>
background-color css

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

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

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

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

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

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