Html Css Color HEX #EFEFE2 Sugar Cane

📋 copy color: '#EFEFE2'

red 239 ◦ green 239 ◦ blue 226

#EFEFE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sugar Cane #EFEFE2

Tints of Sugar Cane #EFEFE2

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.1%

R = 33.95%
G = 33.95%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EFEFE2 (or 0xEFEFE2) is known color: 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

RGB 239 239 226 -
CMYK 0 0 0.05 0.06
HSL 60º 0.29% 0.91% -
HSV(B) 60º 0.05% 0.94% -
XYZ 80.19 85.57 84.24 -
YUV 237.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 239 239 226 0 0 0.05 0.06 60 0.29 0.91
Hex EF EF E2 0 0 5 6 3C 1D 5B
Octal 357 357 342 0 0 5 6 74 35 133
Binary 11101111 11101111 11100010 0 0 101 110 111100 11101 1011011

Color Harmonies of #EFEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFE2

Black with #EFEFE2

Text Example


Text Example

White with #EFEFE2

Text Example


Text Example

HTML Codes & Css Web 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>