Html Css Color HEX #EA5922 Outrageous Orange

📋 copy color: '#EA5922'

red 234 ◦ green 89 ◦ blue 34

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

Shades of Outrageous Orange #EA5922

Tints of Outrageous Orange #EA5922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 65.55%
G = 24.93%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA5922 (or 0xEA5922) is known color: Outrageous Orange. HEX triplet: EA, 59 and 22. RGB value is (234,89,34). Sum of RGB (Red+Green+Blue) = 234+89+34=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5922 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5922 is #15A6DD. Grayscale: #7E7E7E. Windows color (decimal): -1418974 or 2251242. OLE color: 2251242.

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

Color convert

RGB 234 89 34 -
CMYK 0 0.62 0.85 0.08
HSL 16.5º 0.83% 0.53% -
HSV(B) 16.5º 0.85% 0.92% -
XYZ 37.79 24.75 4.3 -
YUV 126.09 76.04 204.97 -
System Red Green Blue C M Y K H S L
Decimal 234 89 34 0 0.62 0.85 0.08 16.5 0.83 0.53
Hex EA 59 22 0 3E 55 8 10 53 35
Octal 352 131 42 0 76 125 10 20 123 65
Binary 11101010 1011001 100010 0 111110 1010101 1000 10000 1010011 110101

Color Harmonies of #EA5922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5922

Black with #EA5922

Text Example


Text Example

White with #EA5922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5922; }

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

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

background-color css

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

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

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

border-color css

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

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

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