Html Css Color HEX #EFEFEE Sugar Cane

📋 copy color: '#EFEFEE'

red 239 ◦ green 239 ◦ blue 238

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

Shades of Sugar Cane #EFEFEE

Tints of Sugar Cane #EFEFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.24%

R = 33.38%
G = 33.38%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFEFEE (or 0xEFEFEE) is known color: Sugar Cane. HEX triplet: EF, EF and EE. RGB value is (239,239,238). Sum of RGB (Red+Green+Blue) = 239+239+238=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFEE is #101011. Grayscale: #EEEEEE. Windows color (decimal): -1052690 or 15658991. OLE color: 15658991.

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

Color convert

RGB 239 239 238 -
CMYK 0 0 0.00 0.06
HSL 60º 0.03% 0.94% -
HSV(B) 60º 0% 0.94% -
XYZ 81.9 86.26 93.22 -
YUV 238.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 239 239 238 0 0 0.00 0.06 60 0.03 0.94
Hex EF EF EE 0 0 0 6 3C 3 5E
Octal 357 357 356 0 0 0 6 74 3 136
Binary 11101111 11101111 11101110 0 0 0 110 111100 11 1011110

Color Harmonies of #EFEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFEE

Black with #EFEFEE

Text Example


Text Example

White with #EFEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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