Html Css Color HEX #EFF0DE Sugar Cane

📋 copy color: '#EFF0DE'

red 239 ◦ green 240 ◦ blue 222

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

Shades of Sugar Cane #EFF0DE

Tints of Sugar Cane #EFF0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.67%

R = 34.09%
G = 34.24%
B = 31.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFF0DE (or 0xEFF0DE) is known color: Sugar Cane. HEX triplet: EF, F0 and DE. RGB value is (239,240,222). Sum of RGB (Red+Green+Blue) = 239+240+222=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0DE is #100F21. Grayscale: #EDEDED. Windows color (decimal): -1052450 or 14610671. OLE color: 14610671.

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

Color convert

RGB 239 240 222 -
CMYK 0.00 0 0.08 0.06
HSL 63.33º 0.38% 0.91% -
HSV(B) 63.33º 0.07% 0.94% -
XYZ 79.94 85.94 81.48 -
YUV 237.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 239 240 222 0.00 0 0.08 0.06 63.33 0.38 0.91
Hex EF F0 DE 0 0 8 6 3F 26 5B
Octal 357 360 336 0 0 10 6 77 46 133
Binary 11101111 11110000 11011110 0 0 1000 110 111111 100110 1011011

Color Harmonies of #EFF0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0DE

Black with #EFF0DE

Text Example


Text Example

White with #EFF0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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