Html Css Color HEX #EFF0DA Sugar Cane

📋 copy color: '#EFF0DA'

red 239 ◦ green 240 ◦ blue 218

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

Shades of Sugar Cane #EFF0DA

Tints of Sugar Cane #EFF0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.43%

 BLUE value IS 218 (85.55% from 255) = 31.28%

R = 34.29%
G = 34.43%
B = 31.28%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFF0DA (or 0xEFF0DA) is known color: Sugar Cane. HEX triplet: EF, F0 and DA. RGB value is (239,240,218). Sum of RGB (Red+Green+Blue) = 239+240+218=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0DA is #100F25. Grayscale: #EDEDED. Windows color (decimal): -1052454 or 14348527. OLE color: 14348527.

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

Color convert

RGB 239 240 218 -
CMYK 0.00 0 0.09 0.06
HSL 62.73º 0.42% 0.9% -
HSV(B) 62.73º 0.09% 0.94% -
XYZ 79.41 85.73 78.69 -
YUV 237.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 239 240 218 0.00 0 0.09 0.06 62.73 0.42 0.9
Hex EF F0 DA 0 0 9 6 3F 2A 5A
Octal 357 360 332 0 0 11 6 77 52 132
Binary 11101111 11110000 11011010 0 0 1001 110 111111 101010 1011010

Color Harmonies of #EFF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0DA

Black with #EFF0DA

Text Example


Text Example

White with #EFF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0DA; }

 p { color: rgb(239,240,218); }

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

background-color css

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

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

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

border-color css

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

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

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