Html Css Color HEX #EA592C Outrageous Orange

📋 copy color: '#EA592C'

red 234 ◦ green 89 ◦ blue 44

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

Shades of Outrageous Orange #EA592C

Tints of Outrageous Orange #EA592C

RGB

 RED value IS 234 (91.8% from 255) = 63.76%

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

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 63.76%
G = 24.25%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA592C (or 0xEA592C) is known color: Outrageous Orange. HEX triplet: EA, 59 and 2C. RGB value is (234,89,44). Sum of RGB (Red+Green+Blue) = 234+89+44=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA592C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA592C is #15A6D3. Grayscale: #7F7F7F. Windows color (decimal): -1418964 or 2906602. OLE color: 2906602.

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

Color convert

RGB 234 89 44 -
CMYK 0 0.62 0.81 0.08
HSL 14.21º 0.82% 0.55% -
HSV(B) 14.21º 0.81% 0.92% -
XYZ 37.96 24.82 5.17 -
YUV 127.23 81.04 204.16 -
System Red Green Blue C M Y K H S L
Decimal 234 89 44 0 0.62 0.81 0.08 14.21 0.82 0.55
Hex EA 59 2C 0 3E 51 8 E 52 37
Octal 352 131 54 0 76 121 10 16 122 67
Binary 11101010 1011001 101100 0 111110 1010001 1000 1110 1010010 110111

Color Harmonies of #EA592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA592C

Black with #EA592C

Text Example


Text Example

White with #EA592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA592C; }

 p { color: rgb(234,89,44); }

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

background-color css

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

 a { background-color: rgb(234,89,44); }

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

border-color css

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

 span { border-color: rgb(234,89,44); }

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