#EFEFE4

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

Shades of Sugar Cane #EFEFE4

Tints of Sugar Cane #EFEFE4

Color information

#EFEFE4 (or 0xEFEFE4) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and E4. RGB value is (239,239,228). Sum of RGB (Red+Green+Blue) = 239+239+228=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE4 is #10101B. Grayscale: #EDEDED. Windows color (decimal): -1052700 or 15003631. OLE color: 15003631.

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

Color convert

RGB239239228-
CMYK000.050.06
HSL60º25.58%91.57%-
HSV(B)60º4.6%93.73%-
XYZ80.4785.6985.7-
YUV237.75122.5128.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 228 (89.45% from 255) = 32.29%
R=33.85%
G=33.85%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239228000.050.066025.5891.57
HexEFEFE400563c1a5c
Octal35735734400567432134
Binary11101111111011111110010000101110111100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFE4; }

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

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

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

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

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

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

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

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