Html Css Color HEX #EFF0DD Sugar Cane

📋 copy color: '#EFF0DD'

red 239 ◦ green 240 ◦ blue 221

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

Shades of Sugar Cane #EFF0DD

Tints of Sugar Cane #EFF0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.57%

R = 34.14%
G = 34.29%
B = 31.57%

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

#EFF0DD (or 0xEFF0DD) is known color: Sugar Cane. HEX triplet: EF, F0 and DD. RGB value is (239,240,221). Sum of RGB (Red+Green+Blue) = 239+240+221=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0DD is #100F22. Grayscale: #EDEDED. Windows color (decimal): -1052451 or 14545135. OLE color: 14545135.

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

Color convert

RGB 239 240 221 -
CMYK 0.00 0 0.08 0.06
HSL 63.16º 0.39% 0.9% -
HSV(B) 63.16º 0.08% 0.94% -
XYZ 79.81 85.89 80.78 -
YUV 237.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 239 240 221 0.00 0 0.08 0.06 63.16 0.39 0.9
Hex EF F0 DD 0 0 8 6 3F 27 5A
Octal 357 360 335 0 0 10 6 77 47 132
Binary 11101111 11110000 11011101 0 0 1000 110 111111 100111 1011010

Color Harmonies of #EFF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0DD

Black with #EFF0DD

Text Example


Text Example

White with #EFF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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