Html Css Color HEX #EA5A3C Outrageous Orange

📋 copy color: '#EA5A3C'

red 234 ◦ green 90 ◦ blue 60

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

Shades of Outrageous Orange #EA5A3C

Tints of Outrageous Orange #EA5A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 60.94%
G = 23.44%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA5A3C (or 0xEA5A3C) is known color: Outrageous Orange. HEX triplet: EA, 5A and 3C. RGB value is (234,90,60). Sum of RGB (Red+Green+Blue) = 234+90+60=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5A3C is #15A5C3. Grayscale: #818181. Windows color (decimal): -1418692 or 3955434. OLE color: 3955434.

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

Color convert

RGB 234 90 60 -
CMYK 0 0.62 0.74 0.08
HSL 10.34º 0.81% 0.58% -
HSV(B) 10.34º 0.74% 0.92% -
XYZ 38.4 25.13 7.1 -
YUV 129.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 234 90 60 0 0.62 0.74 0.08 10.34 0.81 0.58
Hex EA 5A 3C 0 3E 4A 8 A 51 3A
Octal 352 132 74 0 76 112 10 12 121 72
Binary 11101010 1011010 111100 0 111110 1001010 1000 1010 1010001 111010

Color Harmonies of #EA5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5A3C

Black with #EA5A3C

Text Example


Text Example

White with #EA5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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