Html Css Color HEX #ED744E Burnt Sienna

📋 copy color: '#ED744E'

red 237 ◦ green 116 ◦ blue 78

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

Shades of Burnt Sienna #ED744E

Tints of Burnt Sienna #ED744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.91%

 BLUE value IS 78 (30.86% from 255) = 18.1%

R = 54.99%
G = 26.91%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED744E (or 0xED744E) is known color: Burnt Sienna. HEX triplet: ED, 74 and 4E. RGB value is (237,116,78). Sum of RGB (Red+Green+Blue) = 237+116+78=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED744E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED744E is #128BB1. Grayscale: #949494. Windows color (decimal): -1215410 or 5141741. OLE color: 5141741.

HSL color Cylindrical-coordinate representation of color #ED744E: hue angle of 14.34º 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 #ED744E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 78 -
CMYK 0 0.51 0.67 0.07
HSL 14.34º 0.82% 0.62% -
HSV(B) 14.34º 0.67% 0.93% -
XYZ 42.55 31.05 10.96 -
YUV 147.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 237 116 78 0 0.51 0.67 0.07 14.34 0.82 0.62
Hex ED 74 4E 0 33 43 7 E 52 3E
Octal 355 164 116 0 63 103 7 16 122 76
Binary 11101101 1110100 1001110 0 110011 1000011 111 1110 1010010 111110

Color Harmonies of #ED744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED744E

Black with #ED744E

Text Example


Text Example

White with #ED744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED744E; }

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

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

background-color css

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

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

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

border-color css

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

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

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