Html Css Color HEX #EE480F Orange Red

📋 copy color: '#EE480F'

red 238 ◦ green 72 ◦ blue 15

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

Shades of Orange Red #EE480F

Tints of Orange Red #EE480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 73.23%
G = 22.15%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE480F (or 0xEE480F) is known color: Orange Red. HEX triplet: EE, 48 and 0F. RGB value is (238,72,15). Sum of RGB (Red+Green+Blue) = 238+72+15=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE480F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE480F is #11B7F0. Grayscale: #737373. Windows color (decimal): -1161201 or 1001710. OLE color: 1001710.

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

Color convert

RGB 238 72 15 -
CMYK 0 0.70 0.94 0.07
HSL 15.34º 0.88% 0.5% -
HSV(B) 15.34º 0.94% 0.93% -
XYZ 37.66 22.85 2.88 -
YUV 115.14 71.5 215.63 -
System Red Green Blue C M Y K H S L
Decimal 238 72 15 0 0.70 0.94 0.07 15.34 0.88 0.5
Hex EE 48 F 0 46 5E 7 F 58 32
Octal 356 110 17 0 106 136 7 17 130 62
Binary 11101110 1001000 1111 0 1000110 1011110 111 1111 1011000 110010

Color Harmonies of #EE480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE480F

Black with #EE480F

Text Example


Text Example

White with #EE480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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