#ef694e

Color #EF694E Burnt Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Sienna #EF694E

Tints of Burnt Sienna #EF694E

Color information

#EF694E (or 0xEF694E) is unknown color: approx Burnt Sienna. HEX triplet: EF, 69 and 4E. RGB value is (239,105,78). Sum of RGB (Red+Green+Blue) = 239+105+78=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF694E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF694E is #1096B1. Grayscale: #8E8E8E. Windows color (decimal): -1087154 or 5138927. OLE color: 5138927.

HSL color Cylindrical-coordinate representation of color #EF694E: hue angle of 10.06º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF694E is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB23910578-
CMYK00.560.670.06
HSL10.06º83.42%62.16%-
HSV(B)10.06º67.36%93.73%-
XYZ42.022910.59-
YUV141.9991.89197.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.64%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 78 (30.86% from 255) = 18.48%
R=56.64%
G=24.88%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391057800.560.670.0610.0683.4262.16
HexEF694E038436a533e
Octal35715111607010361212376
Binary11101111110100110011100111000100001111010101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef694e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef694e; }

 p { color: rgb(239,105,78); }

 H1.HeaderClassName
 {
   color: #ef694e;
 }
 .AnyTagClassName
 {
   color: #ef694e;
 }
</style>
background-color css

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

 a { background-color: rgb(239,105,78); }

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

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

 span { border-color: rgb(239,105,78); }

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