Html Css Color HEX #ED6949 Burnt Sienna

📋 copy color: '#ED6949'

red 237 ◦ green 105 ◦ blue 73

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

Shades of Burnt Sienna #ED6949

Tints of Burnt Sienna #ED6949

RGB

 RED value IS 237 (92.97% from 255) = 57.11%

 GREEN value IS 105 (41.41% from 255) = 25.3%

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 57.11%
G = 25.3%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED6949 (or 0xED6949) is known color: Burnt Sienna. HEX triplet: ED, 69 and 49. RGB value is (237,105,73). Sum of RGB (Red+Green+Blue) = 237+105+73=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6949 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6949 is #1296B6. Grayscale: #8D8D8D. Windows color (decimal): -1218231 or 4811245. OLE color: 4811245.

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

Color convert

RGB 237 105 73 -
CMYK 0 0.56 0.69 0.07
HSL 11.71º 0.82% 0.61% -
HSV(B) 11.71º 0.69% 0.93% -
XYZ 41.18 28.59 9.65 -
YUV 140.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 237 105 73 0 0.56 0.69 0.07 11.71 0.82 0.61
Hex ED 69 49 0 38 45 7 C 52 3D
Octal 355 151 111 0 70 105 7 14 122 75
Binary 11101101 1101001 1001001 0 111000 1000101 111 1100 1010010 111101

Color Harmonies of #ED6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6949

Black with #ED6949

Text Example


Text Example

White with #ED6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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