Html Css Color HEX #E6704B Burnt Sienna

📋 copy color: '#E6704B'

red 230 ◦ green 112 ◦ blue 75

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

Shades of Burnt Sienna #E6704B

Tints of Burnt Sienna #E6704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 55.16%
G = 26.86%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6704B (or 0xE6704B) is known color: Burnt Sienna. HEX triplet: E6, 70 and 4B. RGB value is (230,112,75). Sum of RGB (Red+Green+Blue) = 230+112+75=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6704B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6704B is #198FB4. Grayscale: #8F8F8F. Windows color (decimal): -1675189 or 4944102. OLE color: 4944102.

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

Color convert

RGB 230 112 75 -
CMYK 0 0.51 0.67 0.10
HSL 14.32º 0.76% 0.6% -
HSV(B) 14.32º 0.67% 0.9% -
XYZ 39.7 28.92 10.15 -
YUV 143.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 230 112 75 0 0.51 0.67 0.10 14.32 0.76 0.6
Hex E6 70 4B 0 33 43 A E 4C 3C
Octal 346 160 113 0 63 103 12 16 114 74
Binary 11100110 1110000 1001011 0 110011 1000011 1010 1110 1001100 111100

Color Harmonies of #E6704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6704B

Black with #E6704B

Text Example


Text Example

White with #E6704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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