#EFF0C0

Color #EFF0C0 Spring Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Sun #EFF0C0

Tints of Spring Sun #EFF0C0

Color information

#EFF0C0 (or 0xEFF0C0) is unknown color: approx Spring Sun. HEX triplet: EF, F0 and C0. RGB value is (239,240,192). Sum of RGB (Red+Green+Blue) = 239+240+192=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0C0 is #100F3F. Grayscale: #EAEAEA. Windows color (decimal): -1052480 or 12644591. OLE color: 12644591.

HSL color Cylindrical-coordinate representation of color #EFF0C0: hue angle of 61.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFF0C0 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239240192-
CMYK0.0000.200.06
HSL61.25º61.54%84.71%-
HSV(B)61.25º20%94.12%-
XYZ76.2784.4862.15-
YUV234.23104.17131.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 192 (75.39% from 255) = 28.61%
R=35.62%
G=35.77%
B=28.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401920.0000.200.0661.2561.5484.71
HexEFF0C0001463d3e55
Octal357360300002467576125
Binary11101111111100001100000000101001101111011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0C0; }

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

 H1.HeaderClassName
 {
   color: #EFF0C0;
 }
 .AnyTagClassName
 {
   color: #EFF0C0;
 }
</style>
background-color css

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

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

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

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

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

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