Html Css Color HEX #EB6A50 Burnt Sienna

📋 copy color: '#EB6A50'

red 235 ◦ green 106 ◦ blue 80

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

Shades of Burnt Sienna #EB6A50

Tints of Burnt Sienna #EB6A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.18%

 BLUE value IS 80 (31.64% from 255) = 19%

R = 55.82%
G = 25.18%
B = 19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB6A50 (or 0xEB6A50) is known color: Burnt Sienna. HEX triplet: EB, 6A and 50. RGB value is (235,106,80). Sum of RGB (Red+Green+Blue) = 235+106+80=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6A50 is #1495AF. Grayscale: #8D8D8D. Windows color (decimal): -1349040 or 5270251. OLE color: 5270251.

HSL color Cylindrical-coordinate representation of color #EB6A50: hue angle of 10.06º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB6A50 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 106 80 -
CMYK 0 0.55 0.66 0.08
HSL 10.06º 0.79% 0.62% -
HSV(B) 10.06º 0.66% 0.92% -
XYZ 40.86 28.55 10.95 -
YUV 141.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 235 106 80 0 0.55 0.66 0.08 10.06 0.79 0.62
Hex EB 6A 50 0 37 42 8 A 4F 3E
Octal 353 152 120 0 67 102 10 12 117 76
Binary 11101011 1101010 1010000 0 110111 1000010 1000 1010 1001111 111110

Color Harmonies of #EB6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A50

Black with #EB6A50

Text Example


Text Example

White with #EB6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A50; }

 p { color: rgb(235,106,80); }

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

background-color css

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

 a { background-color: rgb(235,106,80); }

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

border-color css

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

 span { border-color: rgb(235,106,80); }

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