Html Css Color HEX #ED7D56 Burnt Sienna

📋 copy color: '#ED7D56'

red 237 ◦ green 125 ◦ blue 86

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

Shades of Burnt Sienna #ED7D56

Tints of Burnt Sienna #ED7D56

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 86 (33.98% from 255) = 19.2%

R = 52.9%
G = 27.9%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED7D56 (or 0xED7D56) is known color: Burnt Sienna. HEX triplet: ED, 7D and 56. RGB value is (237,125,86). Sum of RGB (Red+Green+Blue) = 237+125+86=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D56 is #1282A9. Grayscale: #9A9A9A. Windows color (decimal): -1213098 or 5668333. OLE color: 5668333.

HSL color Cylindrical-coordinate representation of color #ED7D56: hue angle of 15.5º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED7D56 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 86 -
CMYK 0 0.47 0.64 0.07
HSL 15.5º 0.81% 0.63% -
HSV(B) 15.5º 0.64% 0.93% -
XYZ 43.94 33.34 12.92 -
YUV 154.04 89.61 187.17 -
System Red Green Blue C M Y K H S L
Decimal 237 125 86 0 0.47 0.64 0.07 15.5 0.81 0.63
Hex ED 7D 56 0 2F 40 7 F 51 3F
Octal 355 175 126 0 57 100 7 17 121 77
Binary 11101101 1111101 1010110 0 101111 1000000 111 1111 1010001 111111

Color Harmonies of #ED7D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D56

Black with #ED7D56

Text Example


Text Example

White with #ED7D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D56; }

 p { color: rgb(237,125,86); }

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

background-color css

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

 a { background-color: rgb(237,125,86); }

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

border-color css

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

 span { border-color: rgb(237,125,86); }

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