#EFF1CA

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

Shades of Spring Sun #EFF1CA

Tints of Spring Sun #EFF1CA

Color information

#EFF1CA (or 0xEFF1CA) is unknown color: approx Spring Sun. HEX triplet: EF, F1 and CA. RGB value is (239,241,202). Sum of RGB (Red+Green+Blue) = 239+241+202=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1CA is #100E35. Grayscale: #ECECEC. Windows color (decimal): -1052214 or 13300207. OLE color: 13300207.

HSL color Cylindrical-coordinate representation of color #EFF1CA: hue angle of 63.08º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFF1CA is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB239241202-
CMYK0.0100.160.05
HSL63.08º58.21%86.86%-
HSV(B)63.08º16.18%94.51%-
XYZ77.7185.5368.29-
YUV235.96108.84130.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 202 (79.30% from 255) = 29.62%
R=35.04%
G=35.34%
B=29.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412020.0100.160.0563.0858.2186.86
HexEFF1CA101053f3a57
Octal357361312102057772127
Binary11101111111100011100101010100001011111111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1CA; }

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

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

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

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

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

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

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

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