#EFF0C5

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

Shades of Spring Sun #EFF0C5

Tints of Spring Sun #EFF0C5

Color information

#EFF0C5 (or 0xEFF0C5) is unknown color: approx Spring Sun. HEX triplet: EF, F0 and C5. RGB value is (239,240,197). Sum of RGB (Red+Green+Blue) = 239+240+197=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 197 (77.34% from 255 or 29.14% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0C5 is #100F3A. Grayscale: #EAEAEA. Windows color (decimal): -1052475 or 12972271. OLE color: 12972271.

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

Color convert

RGB239240197-
CMYK0.0000.180.06
HSL61.4º58.9%85.69%-
HSV(B)61.4º17.92%94.12%-
XYZ76.8384.765.12-
YUV234.8106.67131-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 240 (94.14% from 255) = 35.50%
BLUE value IS 197 (77.34% from 255) = 29.14%
R=35.36%
G=35.50%
B=29.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401970.0000.180.0661.458.985.69
HexEFF0C5001263d3b56
Octal357360305002267573126
Binary11101111111100001100010100100101101111011110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0C5; }

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

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

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

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

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

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

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

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