Html Css Color HEX #ED7248 Burnt Sienna

📋 copy color: '#ED7248'

red 237 ◦ green 114 ◦ blue 72

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

Shades of Burnt Sienna #ED7248

Tints of Burnt Sienna #ED7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 56.03%
G = 26.95%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED7248 (or 0xED7248) is known color: Burnt Sienna. HEX triplet: ED, 72 and 48. RGB value is (237,114,72). Sum of RGB (Red+Green+Blue) = 237+114+72=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7248 is #128DB7. Grayscale: #929292. Windows color (decimal): -1215928 or 4748013. OLE color: 4748013.

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

Color convert

RGB 237 114 72 -
CMYK 0 0.52 0.70 0.07
HSL 15.27º 0.82% 0.61% -
HSV(B) 15.27º 0.7% 0.93% -
XYZ 42.11 30.51 9.8 -
YUV 145.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 237 114 72 0 0.52 0.70 0.07 15.27 0.82 0.61
Hex ED 72 48 0 34 46 7 F 52 3D
Octal 355 162 110 0 64 106 7 17 122 75
Binary 11101101 1110010 1001000 0 110100 1000110 111 1111 1010010 111101

Color Harmonies of #ED7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7248

Black with #ED7248

Text Example


Text Example

White with #ED7248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7248; }

 p { color: rgb(237,114,72); }

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

background-color css

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

 a { background-color: rgb(237,114,72); }

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

border-color css

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

 span { border-color: rgb(237,114,72); }

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