Html Css Color HEX #ED7232 Burnt Orange

📋 copy color: '#ED7232'

red 237 ◦ green 114 ◦ blue 50

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

Shades of Burnt Orange #ED7232

Tints of Burnt Orange #ED7232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.47%

R = 59.1%
G = 28.43%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED7232 (or 0xED7232) is known color: Burnt Orange. HEX triplet: ED, 72 and 32. RGB value is (237,114,50). Sum of RGB (Red+Green+Blue) = 237+114+50=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7232 is #128DCD. Grayscale: #8F8F8F. Windows color (decimal): -1215950 or 3306221. OLE color: 3306221.

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

Color convert

RGB 237 114 50 -
CMYK 0 0.52 0.79 0.07
HSL 20.53º 0.84% 0.56% -
HSV(B) 20.53º 0.79% 0.93% -
XYZ 41.52 30.27 6.67 -
YUV 143.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 237 114 50 0 0.52 0.79 0.07 20.53 0.84 0.56
Hex ED 72 32 0 34 4F 7 15 54 38
Octal 355 162 62 0 64 117 7 25 124 70
Binary 11101101 1110010 110010 0 110100 1001111 111 10101 1010100 111000

Color Harmonies of #ED7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7232

Black with #ED7232

Text Example


Text Example

White with #ED7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7232; }

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

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

background-color css

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

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

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

border-color css

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

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

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