#EFF0CC

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

Shades of Spring Sun #EFF0CC

Tints of Spring Sun #EFF0CC

Color information

#EFF0CC (or 0xEFF0CC) is unknown color: approx Spring Sun. HEX triplet: EF, F0 and CC. RGB value is (239,240,204). Sum of RGB (Red+Green+Blue) = 239+240+204=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0CC is #100F33. Grayscale: #EBEBEB. Windows color (decimal): -1052468 or 13431023. OLE color: 13431023.

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

Color convert

RGB239240204-
CMYK0.0000.150.06
HSL61.67º54.55%87.06%-
HSV(B)61.67º15%94.12%-
XYZ77.6685.0369.45-
YUV235.6110.17130.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 204 (80.08% from 255) = 29.87%
R=34.99%
G=35.14%
B=29.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402040.0000.150.0661.6754.5587.06
HexEFF0CC00F63e3757
Octal357360314001767667127
Binary1110111111110000110011000011111101111101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0CC; }

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

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

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

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

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

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

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

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