Html Css Color HEX #EBEDC2 Spring Sun

📋 copy color: '#EBEDC2'

red 235 ◦ green 237 ◦ blue 194

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

Shades of Spring Sun #EBEDC2

Tints of Spring Sun #EBEDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.13%

R = 35.29%
G = 35.59%
B = 29.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EBEDC2 (or 0xEBEDC2) is known color: Spring Sun. HEX triplet: EB, ED and C2. RGB value is (235,237,194). Sum of RGB (Red+Green+Blue) = 235+237+194=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDC2 is #14123D. Grayscale: #E7E7E7. Windows color (decimal): -1315390 or 12774891. OLE color: 12774891.

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

Color convert

RGB 235 237 194 -
CMYK 0.01 0 0.18 0.07
HSL 62.79º 0.54% 0.85% -
HSV(B) 62.79º 0.18% 0.93% -
XYZ 74.28 82.13 62.98 -
YUV 231.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 235 237 194 0.01 0 0.18 0.07 62.79 0.54 0.85
Hex EB ED C2 1 0 12 7 3F 36 55
Octal 353 355 302 1 0 22 7 77 66 125
Binary 11101011 11101101 11000010 1 0 10010 111 111111 110110 1010101

Color Harmonies of #EBEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDC2

Black with #EBEDC2

Text Example


Text Example

White with #EBEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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