Html Css Color HEX #EE7250 Burnt Sienna

📋 copy color: '#EE7250'

red 238 ◦ green 114 ◦ blue 80

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

Shades of Burnt Sienna #EE7250

Tints of Burnt Sienna #EE7250

RGB

 RED value IS 238 (93.36% from 255) = 55.09%

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

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

R = 55.09%
G = 26.39%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE7250 (or 0xEE7250) is known color: Burnt Sienna. HEX triplet: EE, 72 and 50. RGB value is (238,114,80). Sum of RGB (Red+Green+Blue) = 238+114+80=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7250 is #118DAF. Grayscale: #939393. Windows color (decimal): -1150384 or 5272302. OLE color: 5272302.

HSL color Cylindrical-coordinate representation of color #EE7250: hue angle of 12.91º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE7250 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 80 -
CMYK 0 0.52 0.66 0.07
HSL 12.91º 0.82% 0.62% -
HSV(B) 12.91º 0.66% 0.93% -
XYZ 42.73 30.79 11.28 -
YUV 147.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 238 114 80 0 0.52 0.66 0.07 12.91 0.82 0.62
Hex EE 72 50 0 34 42 7 D 52 3E
Octal 356 162 120 0 64 102 7 15 122 76
Binary 11101110 1110010 1010000 0 110100 1000010 111 1101 1010010 111110

Color Harmonies of #EE7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7250

Black with #EE7250

Text Example


Text Example

White with #EE7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7250; }

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

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

background-color css

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

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

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

border-color css

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

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

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