Html Css Color HEX #EA5A2A Outrageous Orange

📋 copy color: '#EA5A2A'

red 234 ◦ green 90 ◦ blue 42

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

Shades of Outrageous Orange #EA5A2A

Tints of Outrageous Orange #EA5A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 63.93%
G = 24.59%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA5A2A (or 0xEA5A2A) is known color: Outrageous Orange. HEX triplet: EA, 5A and 2A. RGB value is (234,90,42). Sum of RGB (Red+Green+Blue) = 234+90+42=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A2A is #15A5D5. Grayscale: #7F7F7F. Windows color (decimal): -1418710 or 2775786. OLE color: 2775786.

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

Color convert

RGB 234 90 42 -
CMYK 0 0.62 0.82 0.08
HSL 15º 0.82% 0.54% -
HSV(B) 15º 0.82% 0.92% -
XYZ 38.01 24.97 5.01 -
YUV 127.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 234 90 42 0 0.62 0.82 0.08 15 0.82 0.54
Hex EA 5A 2A 0 3E 52 8 F 52 36
Octal 352 132 52 0 76 122 10 17 122 66
Binary 11101010 1011010 101010 0 111110 1010010 1000 1111 1010010 110110

Color Harmonies of #EA5A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A2A

Black with #EA5A2A

Text Example


Text Example

White with #EA5A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A2A; }

 p { color: rgb(234,90,42); }

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

background-color css

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

 a { background-color: rgb(234,90,42); }

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

border-color css

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

 span { border-color: rgb(234,90,42); }

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