Html Css Color HEX #EE450A Orange Red

📋 copy color: '#EE450A'

red 238 ◦ green 69 ◦ blue 10

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

Shades of Orange Red #EE450A

Tints of Orange Red #EE450A

RGB

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

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

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

R = 75.08%
G = 21.77%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE450A (or 0xEE450A) is known color: Orange Red. HEX triplet: EE, 45 and 0A. RGB value is (238,69,10). Sum of RGB (Red+Green+Blue) = 238+69+10=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE450A is #11BAF5. Grayscale: #717171. Windows color (decimal): -1161974 or 673262. OLE color: 673262.

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

Color convert

RGB 238 69 10 -
CMYK 0 0.71 0.96 0.07
HSL 15.53º 0.92% 0.49% -
HSV(B) 15.53º 0.96% 0.93% -
XYZ 37.44 22.46 2.65 -
YUV 112.81 69.99 217.3 -
System Red Green Blue C M Y K H S L
Decimal 238 69 10 0 0.71 0.96 0.07 15.53 0.92 0.49
Hex EE 45 A 0 47 60 7 10 5C 31
Octal 356 105 12 0 107 140 7 20 134 61
Binary 11101110 1000101 1010 0 1000111 1100000 111 10000 1011100 110001

Color Harmonies of #EE450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE450A

Black with #EE450A

Text Example


Text Example

White with #EE450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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