#EDEBC4

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

Shades of Spring Sun #EDEBC4

Tints of Spring Sun #EDEBC4

Color information

#EDEBC4 (or 0xEDEBC4) is unknown color: approx Spring Sun. HEX triplet: ED, EB and C4. RGB value is (237,235,196). Sum of RGB (Red+Green+Blue) = 237+235+196=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBC4 is #12143B. Grayscale: #E7E7E7. Windows color (decimal): -1184828 or 12905453. OLE color: 12905453.

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

Color convert

RGB237235196-
CMYK00.010.170.07
HSL57.07º53.25%84.9%-
HSV(B)57.07º17.3%92.94%-
XYZ74.681.4164.01-
YUV231.15108.16132.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 196 (76.95% from 255) = 29.34%
R=35.48%
G=35.18%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723519600.010.170.0757.0753.2584.9
HexEDEBC401117393555
Octal355353304012177165125
Binary11101101111010111100010001100011111110011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBC4; }

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

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

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

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

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

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

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

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