#EFF0CA

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

Shades of Spring Sun #EFF0CA

Tints of Spring Sun #EFF0CA

Color information

#EFF0CA (or 0xEFF0CA) is unknown color: approx Spring Sun. HEX triplet: EF, F0 and CA. RGB value is (239,240,202). Sum of RGB (Red+Green+Blue) = 239+240+202=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0CA is #100F35. Grayscale: #EBEBEB. Windows color (decimal): -1052470 or 13299951. OLE color: 13299951.

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

Color convert

RGB239240202-
CMYK0.0000.160.06
HSL61.58º55.88%86.67%-
HSV(B)61.58º15.83%94.12%-
XYZ77.4284.9468.19-
YUV235.37109.17130.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 202 (79.30% from 255) = 29.66%
R=35.10%
G=35.24%
B=29.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402020.0000.160.0661.5855.8886.67
HexEFF0CA001063e3857
Octal357360312002067670127
Binary11101111111100001100101000100001101111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0CA; }

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

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

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

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

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

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

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

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