#EFEFEB

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

Shades of Sugar Cane #EFEFEB

Tints of Sugar Cane #EFEFEB

Color information

#EFEFEB (or 0xEFEFEB) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and EB. RGB value is (239,239,235). Sum of RGB (Red+Green+Blue) = 239+239+235=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFEB is #101014. Grayscale: #EEEEEE. Windows color (decimal): -1052693 or 15462383. OLE color: 15462383.

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

Color convert

RGB239239235-
CMYK000.020.06
HSL60º11.11%92.94%-
HSV(B)60º1.67%93.73%-
XYZ81.4686.0890.92-
YUV238.54126128.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 235 (92.19% from 255) = 32.96%
R=33.52%
G=33.52%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239235000.020.066011.1192.94
HexEFEFEB00263cb5d
Octal35735735300267413135
Binary111011111110111111101011001011011110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFEB; }

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

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

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

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

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

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

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

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