Html Css Color HEX #ED562B Outrageous Orange

📋 copy color: '#ED562B'

red 237 ◦ green 86 ◦ blue 43

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

Shades of Outrageous Orange #ED562B

Tints of Outrageous Orange #ED562B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 43 (17.19% from 255) = 11.75%

R = 64.75%
G = 23.5%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED562B (or 0xED562B) is known color: Outrageous Orange. HEX triplet: ED, 56 and 2B. RGB value is (237,86,43). Sum of RGB (Red+Green+Blue) = 237+86+43=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED562B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED562B is #12A9D4. Grayscale: #7E7E7E. Windows color (decimal): -1223125 or 2840301. OLE color: 2840301.

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

Color convert

RGB 237 86 43 -
CMYK 0 0.64 0.82 0.07
HSL 13.3º 0.84% 0.55% -
HSV(B) 13.3º 0.82% 0.93% -
XYZ 38.69 24.83 5.04 -
YUV 126.25 81.03 207 -
System Red Green Blue C M Y K H S L
Decimal 237 86 43 0 0.64 0.82 0.07 13.3 0.84 0.55
Hex ED 56 2B 0 40 52 7 D 54 37
Octal 355 126 53 0 100 122 7 15 124 67
Binary 11101101 1010110 101011 0 1000000 1010010 111 1101 1010100 110111

Color Harmonies of #ED562B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED562B

Black with #ED562B

Text Example


Text Example

White with #ED562B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED562B; }

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

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

background-color css

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

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

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

border-color css

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

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

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