Html Css Color HEX #EFEFDF Sugar Cane

📋 copy color: '#EFEFDF'

red 239 ◦ green 239 ◦ blue 223

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

Shades of Sugar Cane #EFEFDF

Tints of Sugar Cane #EFEFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.81%

R = 34.09%
G = 34.09%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFEFDF (or 0xEFEFDF) is known color: Sugar Cane. HEX triplet: EF, EF and DF. RGB value is (239,239,223). Sum of RGB (Red+Green+Blue) = 239+239+223=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFDF is #101020. Grayscale: #EDEDED. Windows color (decimal): -1052705 or 14675951. OLE color: 14675951.

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

Color convert

RGB 239 239 223 -
CMYK 0 0 0.07 0.06
HSL 60º 0.33% 0.91% -
HSV(B) 60º 0.07% 0.94% -
XYZ 79.78 85.41 82.09 -
YUV 237.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 239 239 223 0 0 0.07 0.06 60 0.33 0.91
Hex EF EF DF 0 0 7 6 3C 21 5B
Octal 357 357 337 0 0 7 6 74 41 133
Binary 11101111 11101111 11011111 0 0 111 110 111100 100001 1011011

Color Harmonies of #EFEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFDF

Black with #EFEFDF

Text Example


Text Example

White with #EFEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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