Html Css Color HEX #ED744A Burnt Sienna

📋 copy color: '#ED744A'

red 237 ◦ green 116 ◦ blue 74

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

Shades of Burnt Sienna #ED744A

Tints of Burnt Sienna #ED744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.33%

R = 55.5%
G = 27.17%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED744A (or 0xED744A) is known color: Burnt Sienna. HEX triplet: ED, 74 and 4A. RGB value is (237,116,74). Sum of RGB (Red+Green+Blue) = 237+116+74=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED744A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED744A is #128BB5. Grayscale: #939393. Windows color (decimal): -1215414 or 4879597. OLE color: 4879597.

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

Color convert

RGB 237 116 74 -
CMYK 0 0.51 0.69 0.07
HSL 15.46º 0.82% 0.61% -
HSV(B) 15.46º 0.69% 0.93% -
XYZ 42.41 30.99 10.23 -
YUV 147.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 237 116 74 0 0.51 0.69 0.07 15.46 0.82 0.61
Hex ED 74 4A 0 33 45 7 F 52 3D
Octal 355 164 112 0 63 105 7 17 122 75
Binary 11101101 1110100 1001010 0 110011 1000101 111 1111 1010010 111101

Color Harmonies of #ED744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED744A

Black with #ED744A

Text Example


Text Example

White with #ED744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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