Html Css Color HEX #EDEBC5 Spring Sun

📋 copy color: '#EDEBC5'

red 237 ◦ green 235 ◦ blue 197

#EDEBC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Sun #EDEBC5

Tints of Spring Sun #EDEBC5

RGB

 RED value IS 237 (92.97% from 255) = 35.43%

 GREEN value IS 235 (92.19% from 255) = 35.13%

 BLUE value IS 197 (77.34% from 255) = 29.45%

R = 35.43%
G = 35.13%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDEBC5 (or 0xEDEBC5) is known color: Spring Sun. HEX triplet: ED, EB and C5. RGB value is (237,235,197). Sum of RGB (Red+Green+Blue) = 237+235+197=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBC5 is #12143A. Grayscale: #E7E7E7. Windows color (decimal): -1184827 or 12970989. OLE color: 12970989.

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

Color convert

RGB 237 235 197 -
CMYK 0 0.01 0.17 0.07
HSL 57º 0.53% 0.85% -
HSV(B) 57º 0.17% 0.93% -
XYZ 74.71 81.45 64.61 -
YUV 231.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 237 235 197 0 0.01 0.17 0.07 57 0.53 0.85
Hex ED EB C5 0 1 11 7 39 35 55
Octal 355 353 305 0 1 21 7 71 65 125
Binary 11101101 11101011 11000101 0 1 10001 111 111001 110101 1010101

Color Harmonies of #EDEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBC5

Black with #EDEBC5

Text Example


Text Example

White with #EDEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBC5; }

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

 H1.HeaderClassName
 {
   color: #EDEBC5;
 }
 .AnyTagClassName
 {
   color: #EDEBC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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