Html Css Color HEX #EE450F Orange Red

📋 copy color: '#EE450F'

red 238 ◦ green 69 ◦ blue 15

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

Shades of Orange Red #EE450F

Tints of Orange Red #EE450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 73.91%
G = 21.43%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE450F (or 0xEE450F) is known color: Orange Red. HEX triplet: EE, 45 and 0F. RGB value is (238,69,15). Sum of RGB (Red+Green+Blue) = 238+69+15=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE450F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE450F is #11BAF0. Grayscale: #717171. Windows color (decimal): -1161969 or 1000942. OLE color: 1000942.

HSL color Cylindrical-coordinate representation of color #EE450F: hue angle of 14.53º 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 #EE450F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 69 15 -
CMYK 0 0.71 0.94 0.07
HSL 14.53º 0.88% 0.5% -
HSV(B) 14.53º 0.94% 0.93% -
XYZ 37.47 22.47 2.81 -
YUV 113.38 72.49 216.89 -
System Red Green Blue C M Y K H S L
Decimal 238 69 15 0 0.71 0.94 0.07 14.53 0.88 0.5
Hex EE 45 F 0 47 5E 7 F 58 32
Octal 356 105 17 0 107 136 7 17 130 62
Binary 11101110 1000101 1111 0 1000111 1011110 111 1111 1011000 110010

Color Harmonies of #EE450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE450F

Black with #EE450F

Text Example


Text Example

White with #EE450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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