Html Css Color HEX #ED582B Outrageous Orange

📋 copy color: '#ED582B'

red 237 ◦ green 88 ◦ blue 43

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

Shades of Outrageous Orange #ED582B

Tints of Outrageous Orange #ED582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

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

R = 64.4%
G = 23.91%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED582B (or 0xED582B) is known color: Outrageous Orange. HEX triplet: ED, 58 and 2B. RGB value is (237,88,43). Sum of RGB (Red+Green+Blue) = 237+88+43=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED582B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED582B is #12A7D4. Grayscale: #7F7F7F. Windows color (decimal): -1222613 or 2840813. OLE color: 2840813.

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

Color convert

RGB 237 88 43 -
CMYK 0 0.63 0.82 0.07
HSL 13.92º 0.84% 0.55% -
HSV(B) 13.92º 0.82% 0.93% -
XYZ 38.85 25.16 5.09 -
YUV 127.42 80.36 206.16 -
System Red Green Blue C M Y K H S L
Decimal 237 88 43 0 0.63 0.82 0.07 13.92 0.84 0.55
Hex ED 58 2B 0 3F 52 7 E 54 37
Octal 355 130 53 0 77 122 7 16 124 67
Binary 11101101 1011000 101011 0 111111 1010010 111 1110 1010100 110111

Color Harmonies of #ED582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED582B

Black with #ED582B

Text Example


Text Example

White with #ED582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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