Html Css Color HEX #EFEFED Sugar Cane

📋 copy color: '#EFEFED'

red 239 ◦ green 239 ◦ blue 237

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

Shades of Sugar Cane #EFEFED

Tints of Sugar Cane #EFEFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.15%

R = 33.43%
G = 33.43%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFEFED (or 0xEFEFED) is known color: Sugar Cane. HEX triplet: EF, EF and ED. RGB value is (239,239,237). Sum of RGB (Red+Green+Blue) = 239+239+237=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 237 (92.97% from 255 or 33.15% from 715); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFED is #101012. Grayscale: #EEEEEE. Windows color (decimal): -1052691 or 15593455. OLE color: 15593455.

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

Color convert

RGB 239 239 237 -
CMYK 0 0 0.01 0.06
HSL 60º 0.06% 0.93% -
HSV(B) 60º 0.01% 0.94% -
XYZ 81.75 86.2 92.45 -
YUV 238.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 239 239 237 0 0 0.01 0.06 60 0.06 0.93
Hex EF EF ED 0 0 1 6 3C 6 5D
Octal 357 357 355 0 0 1 6 74 6 135
Binary 11101111 11101111 11101101 0 0 1 110 111100 110 1011101

Color Harmonies of #EFEFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFED

Black with #EFEFED

Text Example


Text Example

White with #EFEFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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