#ED694E

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

Shades of Burnt Sienna #ED694E

Tints of Burnt Sienna #ED694E

Color information

#ED694E (or 0xED694E) is unknown color: approx Burnt Sienna. HEX triplet: ED, 69 and 4E. RGB value is (237,105,78). Sum of RGB (Red+Green+Blue) = 237+105+78=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED694E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED694E is #1296B1. Grayscale: #8D8D8D. Windows color (decimal): -1218226 or 5138925. OLE color: 5138925.

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

Color convert

RGB23710578-
CMYK00.560.670.07
HSL10.19º81.54%61.76%-
HSV(B)10.19º67.09%92.94%-
XYZ41.3528.6610.56-
YUV141.3992.23196.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.43%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 18.57%
R=56.43%
G=25%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371057800.560.670.0710.1981.5461.76
HexED694E038437a523e
Octal35515111607010371212276
Binary11101101110100110011100111000100001111110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED694E; }

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

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

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

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

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

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

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

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