Html Css Color HEX #EA592F Outrageous Orange

📋 copy color: '#EA592F'

red 234 ◦ green 89 ◦ blue 47

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

Shades of Outrageous Orange #EA592F

Tints of Outrageous Orange #EA592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 63.24%
G = 24.05%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA592F (or 0xEA592F) is known color: Outrageous Orange. HEX triplet: EA, 59 and 2F. RGB value is (234,89,47). Sum of RGB (Red+Green+Blue) = 234+89+47=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA592F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA592F is #15A6D0. Grayscale: #7F7F7F. Windows color (decimal): -1418961 or 3103210. OLE color: 3103210.

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

Color convert

RGB 234 89 47 -
CMYK 0 0.62 0.80 0.08
HSL 13.48º 0.82% 0.55% -
HSV(B) 13.48º 0.8% 0.92% -
XYZ 38.02 24.84 5.48 -
YUV 127.57 82.54 203.92 -
System Red Green Blue C M Y K H S L
Decimal 234 89 47 0 0.62 0.80 0.08 13.48 0.82 0.55
Hex EA 59 2F 0 3E 50 8 D 52 37
Octal 352 131 57 0 76 120 10 15 122 67
Binary 11101010 1011001 101111 0 111110 1010000 1000 1101 1010010 110111

Color Harmonies of #EA592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA592F

Black with #EA592F

Text Example


Text Example

White with #EA592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA592F; }

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

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

background-color css

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

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

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

border-color css

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

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

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