Html Css Color HEX #EFEFE5 Sugar Cane

📋 copy color: '#EFEFE5'

red 239 ◦ green 239 ◦ blue 229

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

Shades of Sugar Cane #EFEFE5

Tints of Sugar Cane #EFEFE5

RGB

 RED value IS 239 (93.75% from 255) = 33.8%

 GREEN value IS 239 (93.75% from 255) = 33.8%

 BLUE value IS 229 (89.84% from 255) = 32.39%

R = 33.8%
G = 33.8%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFEFE5 (or 0xEFEFE5) is known color: Sugar Cane. HEX triplet: EF, EF and E5. RGB value is (239,239,229). Sum of RGB (Red+Green+Blue) = 239+239+229=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFE5 is #10101A. Grayscale: #EDEDED. Windows color (decimal): -1052699 or 15069167. OLE color: 15069167.

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

Color convert

RGB 239 239 229 -
CMYK 0 0 0.04 0.06
HSL 60º 0.24% 0.92% -
HSV(B) 60º 0.04% 0.94% -
XYZ 80.61 85.74 86.43 -
YUV 237.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 239 239 229 0 0 0.04 0.06 60 0.24 0.92
Hex EF EF E5 0 0 4 6 3C 18 5C
Octal 357 357 345 0 0 4 6 74 30 134
Binary 11101111 11101111 11100101 0 0 100 110 111100 11000 1011100

Color Harmonies of #EFEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFE5

Black with #EFEFE5

Text Example


Text Example

White with #EFEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFE5; }

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

 H1.HeaderClassName
 {
   color: #EFEFE5;
 }
 .AnyTagClassName
 {
   color: #EFEFE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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