Html Css Color HEX #ED7032 Sorbus

📋 copy color: '#ED7032'

red 237 ◦ green 112 ◦ blue 50

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

Shades of Sorbus #ED7032

Tints of Sorbus #ED7032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 59.4%
G = 28.07%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED7032 (or 0xED7032) is known color: Sorbus. HEX triplet: ED, 70 and 32. RGB value is (237,112,50). Sum of RGB (Red+Green+Blue) = 237+112+50=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7032 is #128FCD. Grayscale: #8E8E8E. Windows color (decimal): -1216462 or 3305709. OLE color: 3305709.

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

Color convert

RGB 237 112 50 -
CMYK 0 0.53 0.79 0.07
HSL 19.89º 0.84% 0.56% -
HSV(B) 19.89º 0.79% 0.93% -
XYZ 41.29 29.82 6.6 -
YUV 142.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 237 112 50 0 0.53 0.79 0.07 19.89 0.84 0.56
Hex ED 70 32 0 35 4F 7 14 54 38
Octal 355 160 62 0 65 117 7 24 124 70
Binary 11101101 1110000 110010 0 110101 1001111 111 10100 1010100 111000

Color Harmonies of #ED7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7032

Black with #ED7032

Text Example


Text Example

White with #ED7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7032; }

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

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

background-color css

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

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

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

border-color css

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

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

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