#EDEBC1

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

Shades of Spring Sun #EDEBC1

Tints of Spring Sun #EDEBC1

Color information

#EDEBC1 (or 0xEDEBC1) is unknown color: approx Spring Sun. HEX triplet: ED, EB and C1. RGB value is (237,235,193). Sum of RGB (Red+Green+Blue) = 237+235+193=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBC1 is #12143E. Grayscale: #E6E6E6. Windows color (decimal): -1184831 or 12708845. OLE color: 12708845.

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

Color convert

RGB237235193-
CMYK00.010.190.07
HSL57.27º55%84.31%-
HSV(B)57.27º18.57%92.94%-
XYZ74.2681.2762.23-
YUV230.81106.66132.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 193 (75.78% from 255) = 29.02%
R=35.64%
G=35.34%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723519300.010.190.0757.275584.31
HexEDEBC101137393754
Octal355353301012377167124
Binary11101101111010111100000101100111111110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBC1; }

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

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

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

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

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

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

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

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