#EDEABD

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

Shades of Spring Sun #EDEABD

Tints of Spring Sun #EDEABD

Color information

#EDEABD (or 0xEDEABD) is unknown color: approx Spring Sun. HEX triplet: ED, EA and BD. RGB value is (237,234,189). Sum of RGB (Red+Green+Blue) = 237+234+189=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEABD is #121542. Grayscale: #E5E5E5. Windows color (decimal): -1185091 or 12446445. OLE color: 12446445.

HSL color Cylindrical-coordinate representation of color #EDEABD: hue angle of 56.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDEABD is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237234189-
CMYK00.010.200.07
HSL56.25º57.14%83.53%-
HSV(B)56.25º20.25%92.94%-
XYZ73.5380.5259.81-
YUV229.77104.99133.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=35.91%
G=35.45%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723418900.010.200.0756.2557.1483.53
HexEDEABD01147383954
Octal355352275012477071124
Binary11101101111010101011110101101001111110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEABD; }

 p { color: rgb(237,234,189); }

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

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

 a { background-color: rgb(237,234,189); }

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

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

 span { border-color: rgb(237,234,189); }

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