Html Css Color HEX #EFF0D9 Sugar Cane

📋 copy color: '#EFF0D9'

red 239 ◦ green 240 ◦ blue 217

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

Shades of Sugar Cane #EFF0D9

Tints of Sugar Cane #EFF0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.18%

R = 34.34%
G = 34.48%
B = 31.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFF0D9 (or 0xEFF0D9) is known color: Sugar Cane. HEX triplet: EF, F0 and D9. RGB value is (239,240,217). Sum of RGB (Red+Green+Blue) = 239+240+217=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0D9 is #100F26. Grayscale: #EDEDED. Windows color (decimal): -1052455 or 14282991. OLE color: 14282991.

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

Color convert

RGB 239 240 217 -
CMYK 0.00 0 0.10 0.06
HSL 62.61º 0.43% 0.9% -
HSV(B) 62.61º 0.1% 0.94% -
XYZ 79.28 85.68 78.01 -
YUV 237.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 239 240 217 0.00 0 0.10 0.06 62.61 0.43 0.9
Hex EF F0 D9 0 0 A 6 3F 2B 5A
Octal 357 360 331 0 0 12 6 77 53 132
Binary 11101111 11110000 11011001 0 0 1010 110 111111 101011 1011010

Color Harmonies of #EFF0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0D9

Black with #EFF0D9

Text Example


Text Example

White with #EFF0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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