#EFEFE2

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

Shades of Sugar Cane #EFEFE2

Tints of Sugar Cane #EFEFE2

Color information

#EFEFE2 (or 0xEFEFE2) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and E2. RGB value is (239,239,226). Sum of RGB (Red+Green+Blue) = 239+239+226=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 226 (88.67% from 255 or 32.10% from 704); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE2 is #10101D. Grayscale: #EDEDED. Windows color (decimal): -1052702 or 14872559. OLE color: 14872559.

HSL color Cylindrical-coordinate representation of color #EFEFE2: hue angle of 60º degrees, saturation: 0.29, 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 #EFEFE2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239239226-
CMYK000.050.06
HSL60º28.89%91.18%-
HSV(B)60º5.44%93.73%-
XYZ80.1985.5784.24-
YUV237.52121.5129.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 226 (88.67% from 255) = 32.10%
R=33.95%
G=33.95%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239226000.050.066028.8991.18
HexEFEFE200563c1d5b
Octal35735734200567435133
Binary11101111111011111110001000101110111100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFE2; }

 p { color: rgb(239,239,226); }

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

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

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

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

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

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

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