#EAEBC2

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

Shades of Spring Sun #EAEBC2

Tints of Spring Sun #EAEBC2

Color information

#EAEBC2 (or 0xEAEBC2) is unknown color: approx Spring Sun. HEX triplet: EA, EB and C2. RGB value is (234,235,194). Sum of RGB (Red+Green+Blue) = 234+235+194=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 194 (76.17% from 255 or 29.26% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBC2 is #15143D. Grayscale: #E6E6E6. Windows color (decimal): -1381438 or 12774378. OLE color: 12774378.

HSL color Cylindrical-coordinate representation of color #EAEBC2: hue angle of 61.46º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAEBC2 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB234235194-
CMYK0.0000.170.08
HSL61.46º50.62%84.12%-
HSV(B)61.46º17.45%92.16%-
XYZ73.3880.862.77-
YUV230.03107.67130.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 194 (76.17% from 255) = 29.26%
R=35.29%
G=35.44%
B=29.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351940.0000.170.0861.4650.6284.12
HexEAEBC2001183d3354
Octal3523533020021107563124
Binary111010101110101111000010001000110001111011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBC2; }

 p { color: rgb(234,235,194); }

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

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

 a { background-color: rgb(234,235,194); }

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

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

 span { border-color: rgb(234,235,194); }

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