#EBEDCC

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

Shades of Spring Sun #EBEDCC

Tints of Spring Sun #EBEDCC

Color information

#EBEDCC (or 0xEBEDCC) is unknown color: approx Spring Sun. HEX triplet: EB, ED and CC. RGB value is (235,237,204). Sum of RGB (Red+Green+Blue) = 235+237+204=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDCC is #141233. Grayscale: #E8E8E8. Windows color (decimal): -1315380 or 13430251. OLE color: 13430251.

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

Color convert

RGB235237204-
CMYK0.0100.140.07
HSL63.64º47.83%86.47%-
HSV(B)63.64º13.92%92.94%-
XYZ75.4482.5969.09-
YUV232.64111.84129.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 204 (80.08% from 255) = 30.18%
R=34.76%
G=35.06%
B=30.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352372040.0100.140.0763.6447.8386.47
HexEBEDCC10E7403056
Octal3533553141016710060126
Binary11101011111011011100110010111011110000001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDCC; }

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

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

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

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

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

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

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

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