Html Css Color HEX #EE4405 Orange Red

📋 copy color: '#EE4405'

red 238 ◦ green 68 ◦ blue 5

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

Shades of Orange Red #EE4405

Tints of Orange Red #EE4405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 76.53%
G = 21.86%
B = 1.61%

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

#EE4405 (or 0xEE4405) is known color: Orange Red. HEX triplet: EE, 44 and 05. RGB value is (238,68,5). Sum of RGB (Red+Green+Blue) = 238+68+5=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4405 is #11BBFA. Grayscale: #707070. Windows color (decimal): -1162235 or 345326. OLE color: 345326.

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

Color convert

RGB 238 68 5 -
CMYK 0 0.71 0.98 0.07
HSL 16.22º 0.96% 0.48% -
HSV(B) 16.22º 0.98% 0.93% -
XYZ 37.35 22.32 2.48 -
YUV 111.65 67.82 218.12 -
System Red Green Blue C M Y K H S L
Decimal 238 68 5 0 0.71 0.98 0.07 16.22 0.96 0.48
Hex EE 44 5 0 47 62 7 10 60 30
Octal 356 104 5 0 107 142 7 20 140 60
Binary 11101110 1000100 101 0 1000111 1100010 111 10000 1100000 110000

Color Harmonies of #EE4405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4405

Black with #EE4405

Text Example


Text Example

White with #EE4405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4405; }

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

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

background-color css

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

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

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

border-color css

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

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

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