Html Css Color HEX #EA5935 Outrageous Orange

📋 copy color: '#EA5935'

red 234 ◦ green 89 ◦ blue 53

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

Shades of Outrageous Orange #EA5935

Tints of Outrageous Orange #EA5935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 62.23%
G = 23.67%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA5935 (or 0xEA5935) is known color: Outrageous Orange. HEX triplet: EA, 59 and 35. RGB value is (234,89,53). Sum of RGB (Red+Green+Blue) = 234+89+53=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5935 is #15A6CA. Grayscale: #808080. Windows color (decimal): -1418955 or 3496426. OLE color: 3496426.

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

Color convert

RGB 234 89 53 -
CMYK 0 0.62 0.77 0.08
HSL 11.93º 0.81% 0.56% -
HSV(B) 11.93º 0.77% 0.92% -
XYZ 38.15 24.89 6.16 -
YUV 128.25 85.54 203.43 -
System Red Green Blue C M Y K H S L
Decimal 234 89 53 0 0.62 0.77 0.08 11.93 0.81 0.56
Hex EA 59 35 0 3E 4D 8 C 51 38
Octal 352 131 65 0 76 115 10 14 121 70
Binary 11101010 1011001 110101 0 111110 1001101 1000 1100 1010001 111000

Color Harmonies of #EA5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5935

Black with #EA5935

Text Example


Text Example

White with #EA5935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5935; }

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

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

background-color css

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

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

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

border-color css

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

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

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