Html Css Color HEX #EE480A Orange Red

📋 copy color: '#EE480A'

red 238 ◦ green 72 ◦ blue 10

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

Shades of Orange Red #EE480A

Tints of Orange Red #EE480A

RGB

 RED value IS 238 (93.36% from 255) = 74.38%

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 74.38%
G = 22.5%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE480A (or 0xEE480A) is known color: Orange Red. HEX triplet: EE, 48 and 0A. RGB value is (238,72,10). Sum of RGB (Red+Green+Blue) = 238+72+10=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE480A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE480A is #11B7F5. Grayscale: #727272. Windows color (decimal): -1161206 or 674030. OLE color: 674030.

HSL color Cylindrical-coordinate representation of color #EE480A: hue angle of 16.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE480A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 10 -
CMYK 0 0.70 0.96 0.07
HSL 16.32º 0.92% 0.49% -
HSV(B) 16.32º 0.96% 0.93% -
XYZ 37.63 22.83 2.71 -
YUV 114.57 69 216.04 -
System Red Green Blue C M Y K H S L
Decimal 238 72 10 0 0.70 0.96 0.07 16.32 0.92 0.49
Hex EE 48 A 0 46 60 7 10 5C 31
Octal 356 110 12 0 106 140 7 20 134 61
Binary 11101110 1001000 1010 0 1000110 1100000 111 10000 1011100 110001

Color Harmonies of #EE480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE480A

Black with #EE480A

Text Example


Text Example

White with #EE480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE480A; }

 p { color: rgb(238,72,10); }

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

background-color css

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

 a { background-color: rgb(238,72,10); }

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

border-color css

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

 span { border-color: rgb(238,72,10); }

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