Html Css Color HEX #EE3A05 Orange Red

📋 copy color: '#EE3A05'

red 238 ◦ green 58 ◦ blue 5

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

Shades of Orange Red #EE3A05

Tints of Orange Red #EE3A05

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 79.07%
G = 19.27%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE3A05 (or 0xEE3A05) is known color: Orange Red. HEX triplet: EE, 3A and 05. RGB value is (238,58,5). Sum of RGB (Red+Green+Blue) = 238+58+5=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3A05 is #11C5FA. Grayscale: #6A6A6A. Windows color (decimal): -1164795 or 342766. OLE color: 342766.

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

Color convert

RGB 238 58 5 -
CMYK 0 0.76 0.98 0.07
HSL 13.65º 0.96% 0.48% -
HSV(B) 13.65º 0.98% 0.93% -
XYZ 36.8 21.21 2.3 -
YUV 105.78 71.13 222.31 -
System Red Green Blue C M Y K H S L
Decimal 238 58 5 0 0.76 0.98 0.07 13.65 0.96 0.48
Hex EE 3A 5 0 4C 62 7 E 60 30
Octal 356 72 5 0 114 142 7 16 140 60
Binary 11101110 111010 101 0 1001100 1100010 111 1110 1100000 110000

Color Harmonies of #EE3A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3A05

Black with #EE3A05

Text Example


Text Example

White with #EE3A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3A05; }

 p { color: rgb(238,58,5); }

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

background-color css

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

 a { background-color: rgb(238,58,5); }

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

border-color css

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

 span { border-color: rgb(238,58,5); }

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