Html Css Color HEX #E6704F Burnt Sienna

📋 copy color: '#E6704F'

red 230 ◦ green 112 ◦ blue 79

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

Shades of Burnt Sienna #E6704F

Tints of Burnt Sienna #E6704F

RGB

 RED value IS 230 (90.23% from 255) = 54.63%

 GREEN value IS 112 (44.14% from 255) = 26.6%

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

R = 54.63%
G = 26.6%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6704F (or 0xE6704F) is known color: Burnt Sienna. HEX triplet: E6, 70 and 4F. RGB value is (230,112,79). Sum of RGB (Red+Green+Blue) = 230+112+79=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6704F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6704F is #198FB0. Grayscale: #8F8F8F. Windows color (decimal): -1675185 or 5206246. OLE color: 5206246.

HSL color Cylindrical-coordinate representation of color #E6704F: hue angle of 13.11º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6704F is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 112 79 -
CMYK 0 0.51 0.66 0.10
HSL 13.11º 0.75% 0.61% -
HSV(B) 13.11º 0.66% 0.9% -
XYZ 39.84 28.98 10.89 -
YUV 143.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 230 112 79 0 0.51 0.66 0.10 13.11 0.75 0.61
Hex E6 70 4F 0 33 42 A D 4B 3D
Octal 346 160 117 0 63 102 12 15 113 75
Binary 11100110 1110000 1001111 0 110011 1000010 1010 1101 1001011 111101

Color Harmonies of #E6704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6704F

Black with #E6704F

Text Example


Text Example

White with #E6704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6704F; }

 p { color: rgb(230,112,79); }

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

background-color css

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

 a { background-color: rgb(230,112,79); }

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

border-color css

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

 span { border-color: rgb(230,112,79); }

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