Html Css Color HEX #EE4605 Orange Red

📋 copy color: '#EE4605'

red 238 ◦ green 70 ◦ blue 5

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

Shades of Orange Red #EE4605

Tints of Orange Red #EE4605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

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

R = 76.04%
G = 22.36%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE4605 (or 0xEE4605) is known color: Orange Red. HEX triplet: EE, 46 and 05. RGB value is (238,70,5). Sum of RGB (Red+Green+Blue) = 238+70+5=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4605 is #11B9FA. Grayscale: #717171. Windows color (decimal): -1161723 or 345838. OLE color: 345838.

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

Color convert

RGB 238 70 5 -
CMYK 0 0.71 0.98 0.07
HSL 16.74º 0.96% 0.48% -
HSV(B) 16.74º 0.98% 0.93% -
XYZ 37.48 22.57 2.52 -
YUV 112.82 67.16 217.29 -
System Red Green Blue C M Y K H S L
Decimal 238 70 5 0 0.71 0.98 0.07 16.74 0.96 0.48
Hex EE 46 5 0 47 62 7 11 60 30
Octal 356 106 5 0 107 142 7 21 140 60
Binary 11101110 1000110 101 0 1000111 1100010 111 10001 1100000 110000

Color Harmonies of #EE4605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4605

Black with #EE4605

Text Example


Text Example

White with #EE4605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4605; }

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

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

background-color css

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

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

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

border-color css

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

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

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