Html Css Color HEX #EFEFDB Sugar Cane

📋 copy color: '#EFEFDB'

red 239 ◦ green 239 ◦ blue 219

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

Shades of Sugar Cane #EFEFDB

Tints of Sugar Cane #EFEFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.42%

R = 34.29%
G = 34.29%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFEFDB (or 0xEFEFDB) is known color: Sugar Cane. HEX triplet: EF, EF and DB. RGB value is (239,239,219). Sum of RGB (Red+Green+Blue) = 239+239+219=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFDB is #101024. Grayscale: #ECECEC. Windows color (decimal): -1052709 or 14413807. OLE color: 14413807.

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

Color convert

RGB 239 239 219 -
CMYK 0 0 0.08 0.06
HSL 60º 0.38% 0.9% -
HSV(B) 60º 0.08% 0.94% -
XYZ 79.25 85.2 79.29 -
YUV 236.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 239 239 219 0 0 0.08 0.06 60 0.38 0.9
Hex EF EF DB 0 0 8 6 3C 26 5A
Octal 357 357 333 0 0 10 6 74 46 132
Binary 11101111 11101111 11011011 0 0 1000 110 111100 100110 1011010

Color Harmonies of #EFEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFDB

Black with #EFEFDB

Text Example


Text Example

White with #EFEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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