#EAEFC7

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

Shades of Spring Sun #EAEFC7

Tints of Spring Sun #EAEFC7

Color information

#EAEFC7 (or 0xEAEFC7) is unknown color: approx Spring Sun. HEX triplet: EA, EF and C7. RGB value is (234,239,199). Sum of RGB (Red+Green+Blue) = 234+239+199=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFC7 is #151038. Grayscale: #E9E9E9. Windows color (decimal): -1380409 or 13103082. OLE color: 13103082.

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

Color convert

RGB234239199-
CMYK0.0200.170.06
HSL67.5º55.56%85.88%-
HSV(B)67.5º16.74%93.73%-
XYZ75.1183.3566.16-
YUV232.94108.84128.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 199 (78.12% from 255) = 29.61%
R=34.82%
G=35.57%
B=29.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391990.0200.170.0667.555.5685.88
HexEAEFC720116443856
Octal3523573072021610470126
Binary1110101011101111110001111001000111010001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFC7; }

 p { color: rgb(234,239,199); }

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

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

 a { background-color: rgb(234,239,199); }

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

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

 span { border-color: rgb(234,239,199); }

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