#EAEBC0

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

Shades of Spring Sun #EAEBC0

Tints of Spring Sun #EAEBC0

Color information

#EAEBC0 (or 0xEAEBC0) is unknown color: approx Spring Sun. HEX triplet: EA, EB and C0. RGB value is (234,235,192). Sum of RGB (Red+Green+Blue) = 234+235+192=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBC0 is #15143F. Grayscale: #E5E5E5. Windows color (decimal): -1381440 or 12643306. OLE color: 12643306.

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

Color convert

RGB234235192-
CMYK0.0000.180.08
HSL61.4º51.81%83.73%-
HSV(B)61.4º18.3%92.16%-
XYZ73.1580.7161.59-
YUV229.8106.67131-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.40%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 192 (75.39% from 255) = 29.05%
R=35.40%
G=35.55%
B=29.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351920.0000.180.0861.451.8183.73
HexEAEBC0001283d3454
Octal3523533000022107564124
Binary111010101110101111000000001001010001111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBC0; }

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

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

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

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

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

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

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

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