Html Css Color HEX #EDEBC1 Spring Sun

📋 copy color: '#EDEBC1'

red 237 ◦ green 235 ◦ blue 193

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

Shades of Spring Sun #EDEBC1

Tints of Spring Sun #EDEBC1

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 value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDEBC1 (or 0xEDEBC1) is known color: 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

RGB 237 235 193 -
CMYK 0 0.01 0.19 0.07
HSL 57.27º 0.55% 0.84% -
HSV(B) 57.27º 0.19% 0.93% -
XYZ 74.26 81.27 62.23 -
YUV 230.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 237 235 193 0 0.01 0.19 0.07 57.27 0.55 0.84
Hex ED EB C1 0 1 13 7 39 37 54
Octal 355 353 301 0 1 23 7 71 67 124
Binary 11101101 11101011 11000001 0 1 10011 111 111001 110111 1010100

Color Harmonies of #EDEBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBC1

Black with #EDEBC1

Text Example


Text Example

White with #EDEBC1

Text Example


Text Example

HTML Codes & Css Web 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>