Html Css Color HEX #EB7250 Burnt Sienna

📋 copy color: '#EB7250'

red 235 ◦ green 114 ◦ blue 80

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

Shades of Burnt Sienna #EB7250

Tints of Burnt Sienna #EB7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 54.78%
G = 26.57%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB7250 (or 0xEB7250) is known color: Burnt Sienna. HEX triplet: EB, 72 and 50. RGB value is (235,114,80). Sum of RGB (Red+Green+Blue) = 235+114+80=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7250 is #148DAF. Grayscale: #929292. Windows color (decimal): -1346992 or 5272299. OLE color: 5272299.

HSL color Cylindrical-coordinate representation of color #EB7250: hue angle of 13.16º 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 #EB7250 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 114 80 -
CMYK 0 0.51 0.66 0.08
HSL 13.16º 0.79% 0.62% -
HSV(B) 13.16º 0.66% 0.92% -
XYZ 41.73 30.28 11.23 -
YUV 146.3 90.59 191.26 -
System Red Green Blue C M Y K H S L
Decimal 235 114 80 0 0.51 0.66 0.08 13.16 0.79 0.62
Hex EB 72 50 0 33 42 8 D 4F 3E
Octal 353 162 120 0 63 102 10 15 117 76
Binary 11101011 1110010 1010000 0 110011 1000010 1000 1101 1001111 111110

Color Harmonies of #EB7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7250

Black with #EB7250

Text Example


Text Example

White with #EB7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7250; }

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

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

background-color css

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

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

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

border-color css

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

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

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