Html Css Color HEX #EF7245 Burnt Sienna

📋 copy color: '#EF7245'

red 239 ◦ green 114 ◦ blue 69

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

Shades of Burnt Sienna #EF7245

Tints of Burnt Sienna #EF7245

RGB

 RED value IS 239 (93.75% from 255) = 56.64%

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

 BLUE value IS 69 (27.34% from 255) = 16.35%

R = 56.64%
G = 27.01%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF7245 (or 0xEF7245) is known color: Burnt Sienna. HEX triplet: EF, 72 and 45. RGB value is (239,114,69). Sum of RGB (Red+Green+Blue) = 239+114+69=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7245 is #108DBA. Grayscale: #929292. Windows color (decimal): -1084859 or 4551407. OLE color: 4551407.

HSL color Cylindrical-coordinate representation of color #EF7245: hue angle of 15.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF7245 is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 69 -
CMYK 0 0.52 0.71 0.06
HSL 15.88º 0.84% 0.6% -
HSV(B) 15.88º 0.71% 0.94% -
XYZ 42.69 30.82 9.33 -
YUV 146.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 239 114 69 0 0.52 0.71 0.06 15.88 0.84 0.6
Hex EF 72 45 0 34 47 6 10 54 3C
Octal 357 162 105 0 64 107 6 20 124 74
Binary 11101111 1110010 1000101 0 110100 1000111 110 10000 1010100 111100

Color Harmonies of #EF7245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7245

Black with #EF7245

Text Example


Text Example

White with #EF7245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7245; }

 p { color: rgb(239,114,69); }

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

background-color css

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

 a { background-color: rgb(239,114,69); }

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

border-color css

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

 span { border-color: rgb(239,114,69); }

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