#EEEFE3

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

Shades of Sugar Cane #EEEFE3

Tints of Sugar Cane #EEEFE3

Color information

#EEEFE3 (or 0xEEEFE3) is unknown color: approx Sugar Cane. HEX triplet: EE, EF and E3. RGB value is (238,239,227). Sum of RGB (Red+Green+Blue) = 238+239+227=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 227 (89.06% from 255 or 32.24% from 704); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFE3 is #11101C. Grayscale: #EDEDED. Windows color (decimal): -1118237 or 14938094. OLE color: 14938094.

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

Color convert

RGB238239227-
CMYK0.0000.050.06
HSL65º27.27%91.37%-
HSV(B)65º5.02%93.73%-
XYZ79.9985.4684.95-
YUV237.33122.17128.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 227 (89.06% from 255) = 32.24%
R=33.81%
G=33.95%
B=32.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392270.0000.050.066527.2791.37
HexEEEFE30056411b5b
Octal356357343005610133133
Binary111011101110111111100011001011101000001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFE3; }

 p { color: rgb(238,239,227); }

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

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

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

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

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

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

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