Html Css Color HEX #EA582B Outrageous Orange

📋 copy color: '#EA582B'

red 234 ◦ green 88 ◦ blue 43

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

Shades of Outrageous Orange #EA582B

Tints of Outrageous Orange #EA582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 64.11%
G = 24.11%
B = 11.78%

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

#EA582B (or 0xEA582B) is known color: Outrageous Orange. HEX triplet: EA, 58 and 2B. RGB value is (234,88,43). Sum of RGB (Red+Green+Blue) = 234+88+43=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA582B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA582B is #15A7D4. Grayscale: #7E7E7E. Windows color (decimal): -1419221 or 2840810. OLE color: 2840810.

HSL color Cylindrical-coordinate representation of color #EA582B: hue angle of 14.14º 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 #EA582B is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 88 43 -
CMYK 0 0.62 0.82 0.08
HSL 14.14º 0.82% 0.54% -
HSV(B) 14.14º 0.82% 0.92% -
XYZ 37.86 24.65 5.05 -
YUV 126.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 234 88 43 0 0.62 0.82 0.08 14.14 0.82 0.54
Hex EA 58 2B 0 3E 52 8 E 52 36
Octal 352 130 53 0 76 122 10 16 122 66
Binary 11101010 1011000 101011 0 111110 1010010 1000 1110 1010010 110110

Color Harmonies of #EA582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA582B

Black with #EA582B

Text Example


Text Example

White with #EA582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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