Html Css Color HEX #EBEDCD Spring Sun

📋 copy color: '#EBEDCD'

red 235 ◦ green 237 ◦ blue 205

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

Shades of Spring Sun #EBEDCD

Tints of Spring Sun #EBEDCD

RGB

 RED value IS 235 (92.19% from 255) = 34.71%

 GREEN value IS 237 (92.97% from 255) = 35.01%

 BLUE value IS 205 (80.47% from 255) = 30.28%

R = 34.71%
G = 35.01%
B = 30.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EBEDCD (or 0xEBEDCD) is known color: Spring Sun. HEX triplet: EB, ED and CD. RGB value is (235,237,205). Sum of RGB (Red+Green+Blue) = 235+237+205=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDCD is #141232. Grayscale: #E8E8E8. Windows color (decimal): -1315379 or 13495787. OLE color: 13495787.

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

Color convert

RGB 235 237 205 -
CMYK 0.01 0 0.14 0.07
HSL 63.75º 0.47% 0.87% -
HSV(B) 63.75º 0.14% 0.93% -
XYZ 75.56 82.64 69.73 -
YUV 232.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 235 237 205 0.01 0 0.14 0.07 63.75 0.47 0.87
Hex EB ED CD 1 0 E 7 40 2F 57
Octal 353 355 315 1 0 16 7 100 57 127
Binary 11101011 11101101 11001101 1 0 1110 111 1000000 101111 1010111

Color Harmonies of #EBEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDCD

Black with #EBEDCD

Text Example


Text Example

White with #EBEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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