Html Css Color HEX #EB593A Outrageous Orange

📋 copy color: '#EB593A'

red 235 ◦ green 89 ◦ blue 58

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

Shades of Outrageous Orange #EB593A

Tints of Outrageous Orange #EB593A

RGB

 RED value IS 235 (92.19% from 255) = 61.52%

 GREEN value IS 89 (35.16% from 255) = 23.3%

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 61.52%
G = 23.3%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB593A (or 0xEB593A) is known color: Outrageous Orange. HEX triplet: EB, 59 and 3A. RGB value is (235,89,58). Sum of RGB (Red+Green+Blue) = 235+89+58=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB593A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB593A is #14A6C5. Grayscale: #818181. Windows color (decimal): -1353414 or 3824107. OLE color: 3824107.

HSL color Cylindrical-coordinate representation of color #EB593A: hue angle of 10.51º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB593A is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 89 58 -
CMYK 0 0.62 0.75 0.08
HSL 10.51º 0.82% 0.57% -
HSV(B) 10.51º 0.75% 0.92% -
XYZ 38.6 25.11 6.82 -
YUV 129.12 87.87 203.52 -
System Red Green Blue C M Y K H S L
Decimal 235 89 58 0 0.62 0.75 0.08 10.51 0.82 0.57
Hex EB 59 3A 0 3E 4B 8 B 52 39
Octal 353 131 72 0 76 113 10 13 122 71
Binary 11101011 1011001 111010 0 111110 1001011 1000 1011 1010010 111001

Color Harmonies of #EB593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB593A

Black with #EB593A

Text Example


Text Example

White with #EB593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB593A; }

 p { color: rgb(235,89,58); }

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

background-color css

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

 a { background-color: rgb(235,89,58); }

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

border-color css

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

 span { border-color: rgb(235,89,58); }

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