Html Css Color HEX #ED6232 Outrageous Orange

📋 copy color: '#ED6232'

red 237 ◦ green 98 ◦ blue 50

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

Shades of Outrageous Orange #ED6232

Tints of Outrageous Orange #ED6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

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

R = 61.56%
G = 25.45%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED6232 (or 0xED6232) is known color: Outrageous Orange. HEX triplet: ED, 62 and 32. RGB value is (237,98,50). Sum of RGB (Red+Green+Blue) = 237+98+50=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6232 is #129DCD. Grayscale: #868686. Windows color (decimal): -1220046 or 3302125. OLE color: 3302125.

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

Color convert

RGB 237 98 50 -
CMYK 0 0.59 0.79 0.07
HSL 15.4º 0.84% 0.56% -
HSV(B) 15.4º 0.79% 0.93% -
XYZ 39.87 26.97 6.12 -
YUV 134.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 237 98 50 0 0.59 0.79 0.07 15.4 0.84 0.56
Hex ED 62 32 0 3B 4F 7 F 54 38
Octal 355 142 62 0 73 117 7 17 124 70
Binary 11101101 1100010 110010 0 111011 1001111 111 1111 1010100 111000

Color Harmonies of #ED6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6232

Black with #ED6232

Text Example


Text Example

White with #ED6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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