Html Css Color HEX #ED613B Outrageous Orange

📋 copy color: '#ED613B'

red 237 ◦ green 97 ◦ blue 59

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

Shades of Outrageous Orange #ED613B

Tints of Outrageous Orange #ED613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.68%

 BLUE value IS 59 (23.44% from 255) = 15.01%

R = 60.31%
G = 24.68%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED613B (or 0xED613B) is known color: Outrageous Orange. HEX triplet: ED, 61 and 3B. RGB value is (237,97,59). Sum of RGB (Red+Green+Blue) = 237+97+59=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED613B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED613B is #129EC4. Grayscale: #868686. Windows color (decimal): -1220293 or 3891693. OLE color: 3891693.

HSL color Cylindrical-coordinate representation of color #ED613B: hue angle of 12.81º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED613B is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 59 -
CMYK 0 0.59 0.75 0.07
HSL 12.81º 0.83% 0.58% -
HSV(B) 12.81º 0.75% 0.93% -
XYZ 39.99 26.87 7.22 -
YUV 134.53 85.38 201.09 -
System Red Green Blue C M Y K H S L
Decimal 237 97 59 0 0.59 0.75 0.07 12.81 0.83 0.58
Hex ED 61 3B 0 3B 4B 7 D 53 3A
Octal 355 141 73 0 73 113 7 15 123 72
Binary 11101101 1100001 111011 0 111011 1001011 111 1101 1010011 111010

Color Harmonies of #ED613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED613B

Black with #ED613B

Text Example


Text Example

White with #ED613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED613B; }

 p { color: rgb(237,97,59); }

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

background-color css

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

 a { background-color: rgb(237,97,59); }

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

border-color css

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

 span { border-color: rgb(237,97,59); }

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