#EFEFE1

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

Shades of Sugar Cane #EFEFE1

Tints of Sugar Cane #EFEFE1

Color information

#EFEFE1 (or 0xEFEFE1) is unknown color: approx Sugar Cane. HEX triplet: EF, EF and E1. RGB value is (239,239,225). Sum of RGB (Red+Green+Blue) = 239+239+225=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE1 is #10101E. Grayscale: #EDEDED. Windows color (decimal): -1052703 or 14807023. OLE color: 14807023.

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

Color convert

RGB239239225-
CMYK000.060.06
HSL60º30.43%90.98%-
HSV(B)60º5.86%93.73%-
XYZ80.0585.5283.52-
YUV237.4121129.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 225 (88.28% from 255) = 32.01%
R=34.00%
G=34.00%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239225000.060.066030.4390.98
HexEFEFE100663c1e5b
Octal35735734100667436133
Binary11101111111011111110000100110110111100111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFE1; }

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

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

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

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

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

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

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

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