Html Css Color HEX #F0F0ED Sugar Cane

📋 copy color: '#F0F0ED'

red 240 ◦ green 240 ◦ blue 237

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

Shades of Sugar Cane #F0F0ED

Tints of Sugar Cane #F0F0ED

RGB

 RED value IS 240 (94.14% from 255) = 33.47%

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

 BLUE value IS 237 (92.97% from 255) = 33.05%

R = 33.47%
G = 33.47%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0F0ED (or 0xF0F0ED) is known color: Sugar Cane. HEX triplet: F0, F0 and ED. RGB value is (240,240,237). Sum of RGB (Red+Green+Blue) = 240+240+237=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0ED is #0F0F12. Grayscale: #EFEFEF. Windows color (decimal): -986899 or 15593712. OLE color: 15593712.

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

Color convert

RGB 240 240 237 -
CMYK 0 0 0.01 0.06
HSL 60º 0.09% 0.94% -
HSV(B) 60º 0.01% 0.94% -
XYZ 82.38 86.96 92.56 -
YUV 239.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 240 240 237 0 0 0.01 0.06 60 0.09 0.94
Hex F0 F0 ED 0 0 1 6 3C 9 5E
Octal 360 360 355 0 0 1 6 74 11 136
Binary 11110000 11110000 11101101 0 0 1 110 111100 1001 1011110

Color Harmonies of #F0F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F0ED

Black with #F0F0ED

Text Example


Text Example

White with #F0F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F0ED; }

 p { color: rgb(240,240,237); }

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

background-color css

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

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

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

border-color css

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

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

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