Html Css Color HEX #EFEFDC Sugar Cane

📋 copy color: '#EFEFDC'

red 239 ◦ green 239 ◦ blue 220

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

Shades of Sugar Cane #EFEFDC

Tints of Sugar Cane #EFEFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.52%

R = 34.24%
G = 34.24%
B = 31.52%

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

#EFEFDC (or 0xEFEFDC) is known color: Sugar Cane. HEX triplet: EF, EF and DC. RGB value is (239,239,220). Sum of RGB (Red+Green+Blue) = 239+239+220=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFDC is #101023. Grayscale: #ECECEC. Windows color (decimal): -1052708 or 14479343. OLE color: 14479343.

HSL color Cylindrical-coordinate representation of color #EFEFDC: hue angle of 60º degrees, saturation: 0.37, 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 #EFEFDC is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 220 -
CMYK 0 0 0.08 0.06
HSL 60º 0.37% 0.9% -
HSV(B) 60º 0.08% 0.94% -
XYZ 79.38 85.25 79.98 -
YUV 236.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 239 239 220 0 0 0.08 0.06 60 0.37 0.9
Hex EF EF DC 0 0 8 6 3C 25 5A
Octal 357 357 334 0 0 10 6 74 45 132
Binary 11101111 11101111 11011100 0 0 1000 110 111100 100101 1011010

Color Harmonies of #EFEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFDC

Black with #EFEFDC

Text Example


Text Example

White with #EFEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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