#EAEDCA

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

Shades of Spring Sun #EAEDCA

Tints of Spring Sun #EAEDCA

Color information

#EAEDCA (or 0xEAEDCA) is unknown color: approx Spring Sun. HEX triplet: EA, ED and CA. RGB value is (234,237,202). Sum of RGB (Red+Green+Blue) = 234+237+202=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDCA is #151235. Grayscale: #E8E8E8. Windows color (decimal): -1380918 or 13299178. OLE color: 13299178.

HSL color Cylindrical-coordinate representation of color #EAEDCA: hue angle of 65.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAEDCA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB234237202-
CMYK0.0100.150.07
HSL65.14º49.3%86.08%-
HSV(B)65.14º14.77%92.94%-
XYZ74.8882.3367.82-
YUV232.11111.01129.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 202 (79.30% from 255) = 30.01%
R=34.77%
G=35.22%
B=30.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342372020.0100.150.0765.1449.386.08
HexEAEDCA10F7413156
Octal3523553121017710161126
Binary11101010111011011100101010111111110000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDCA; }

 p { color: rgb(234,237,202); }

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

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

 a { background-color: rgb(234,237,202); }

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

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

 span { border-color: rgb(234,237,202); }

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