#EAEFC4

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

Shades of Spring Sun #EAEFC4

Tints of Spring Sun #EAEFC4

Color information

#EAEFC4 (or 0xEAEFC4) is unknown color: approx Spring Sun. HEX triplet: EA, EF and C4. RGB value is (234,239,196). Sum of RGB (Red+Green+Blue) = 234+239+196=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEFC4 is #15103B. Grayscale: #E8E8E8. Windows color (decimal): -1380412 or 12906474. OLE color: 12906474.

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

Color convert

RGB234239196-
CMYK0.0200.180.06
HSL66.98º57.33%85.29%-
HSV(B)66.98º17.99%93.73%-
XYZ74.7683.2164.35-
YUV232.6107.34129-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 196 (76.95% from 255) = 29.30%
R=34.98%
G=35.72%
B=29.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391960.0200.180.0666.9857.3385.29
HexEAEFC420126433955
Octal3523573042022610371125
Binary1110101011101111110001001001001011010000111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFC4; }

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

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

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

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

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

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

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

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