Html Css Color HEX #EA5828 Outrageous Orange

📋 copy color: '#EA5828'

red 234 ◦ green 88 ◦ blue 40

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

Shades of Outrageous Orange #EA5828

Tints of Outrageous Orange #EA5828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 64.64%
G = 24.31%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA5828 (or 0xEA5828) is known color: Outrageous Orange. HEX triplet: EA, 58 and 28. RGB value is (234,88,40). Sum of RGB (Red+Green+Blue) = 234+88+40=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5828 is #15A7D7. Grayscale: #7E7E7E. Windows color (decimal): -1419224 or 2644202. OLE color: 2644202.

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

Color convert

RGB 234 88 40 -
CMYK 0 0.62 0.83 0.08
HSL 14.85º 0.82% 0.54% -
HSV(B) 14.85º 0.83% 0.92% -
XYZ 37.8 24.63 4.77 -
YUV 126.18 79.37 204.9 -
System Red Green Blue C M Y K H S L
Decimal 234 88 40 0 0.62 0.83 0.08 14.85 0.82 0.54
Hex EA 58 28 0 3E 53 8 F 52 36
Octal 352 130 50 0 76 123 10 17 122 66
Binary 11101010 1011000 101000 0 111110 1010011 1000 1111 1010010 110110

Color Harmonies of #EA5828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5828

Black with #EA5828

Text Example


Text Example

White with #EA5828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5828; }

 p { color: rgb(234,88,40); }

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

background-color css

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

 a { background-color: rgb(234,88,40); }

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

border-color css

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

 span { border-color: rgb(234,88,40); }

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