Html Css Color HEX #E06F4F Burnt Sienna

📋 copy color: '#E06F4F'

red 224 ◦ green 111 ◦ blue 79

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

Shades of Burnt Sienna #E06F4F

Tints of Burnt Sienna #E06F4F

RGB

 RED value IS 224 (87.89% from 255) = 54.11%

 GREEN value IS 111 (43.75% from 255) = 26.81%

 BLUE value IS 79 (31.25% from 255) = 19.08%

R = 54.11%
G = 26.81%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E06F4F (or 0xE06F4F) is known color: Burnt Sienna. HEX triplet: E0, 6F and 4F. RGB value is (224,111,79). Sum of RGB (Red+Green+Blue) = 224+111+79=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F4F is #1F90B0. Grayscale: #8D8D8D. Windows color (decimal): -2068657 or 5205984. OLE color: 5205984.

HSL color Cylindrical-coordinate representation of color #E06F4F: hue angle of 13.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E06F4F is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 79 -
CMYK 0 0.50 0.65 0.12
HSL 13.24º 0.7% 0.59% -
HSV(B) 13.24º 0.65% 0.88% -
XYZ 37.84 27.78 10.77 -
YUV 141.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 224 111 79 0 0.50 0.65 0.12 13.24 0.7 0.59
Hex E0 6F 4F 0 32 41 C D 46 3B
Octal 340 157 117 0 62 101 14 15 106 73
Binary 11100000 1101111 1001111 0 110010 1000001 1100 1101 1000110 111011

Color Harmonies of #E06F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F4F

Black with #E06F4F

Text Example


Text Example

White with #E06F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F4F; }

 p { color: rgb(224,111,79); }

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

background-color css

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

 a { background-color: rgb(224,111,79); }

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

border-color css

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

 span { border-color: rgb(224,111,79); }

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