#EDEBCA

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

Shades of Spring Sun #EDEBCA

Tints of Spring Sun #EDEBCA

Color information

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

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

Color convert

RGB237235202-
CMYK00.010.150.07
HSL56.57º49.3%86.08%-
HSV(B)56.57º14.77%92.94%-
XYZ75.2981.6967.68-
YUV231.84111.16131.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723520200.010.150.0756.5749.386.08
HexEDEBCA01F7393156
Octal355353312011777161126
Binary1110110111101011110010100111111111110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBCA; }

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

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

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

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

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

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

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

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