#EBEDCA

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

Shades of Spring Sun #EBEDCA

Tints of Spring Sun #EBEDCA

Color information

#EBEDCA (or 0xEBEDCA) is unknown color: approx Spring Sun. HEX triplet: EB, ED and CA. RGB value is (235,237,202). Sum of RGB (Red+Green+Blue) = 235+237+202=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDCA is #141235. Grayscale: #E8E8E8. Windows color (decimal): -1315382 or 13299179. OLE color: 13299179.

HSL color Cylindrical-coordinate representation of color #EBEDCA: hue angle of 63.43º 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 #EBEDCA is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB235237202-
CMYK0.0100.150.07
HSL63.43º49.3%86.08%-
HSV(B)63.43º14.77%92.94%-
XYZ75.2182.4967.84-
YUV232.41110.84129.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 202 (79.30% from 255) = 29.97%
R=34.87%
G=35.16%
B=29.97%

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
Decimal2352372020.0100.150.0763.4349.386.08
HexEBEDCA10F73f3156
Octal353355312101777761126
Binary1110101111101101110010101011111111111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDCA; }

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

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

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

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

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

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

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

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