Html Css Color HEX #EE4100 Orange Red

📋 copy color: '#EE4100'

red 238 ◦ green 65 ◦ blue 0

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

Shades of Orange Red #EE4100

Tints of Orange Red #EE4100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.55%
G = 21.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE4100 (or 0xEE4100) is known color: Orange Red. HEX triplet: EE, 41 and 00. RGB value is (238,65,0). Sum of RGB (Red+Green+Blue) = 238+65+0=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4100 is #11BEFF. Grayscale: #6D6D6D. Windows color (decimal): -1163008 or 16878. OLE color: 16878.

HSL color Cylindrical-coordinate representation of color #EE4100: hue angle of 16.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE4100 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 65 0 -
CMYK 0 0.73 1 0.07
HSL 16.39º 1% 0.47% -
HSV(B) 16.39º 1% 0.93% -
XYZ 37.15 21.96 2.28 -
YUV 109.32 66.31 219.79 -
System Red Green Blue C M Y K H S L
Decimal 238 65 0 0 0.73 1 0.07 16.39 1 0.47
Hex EE 41 0 0 49 64 7 10 64 2F
Octal 356 101 0 0 111 144 7 20 144 57
Binary 11101110 1000001 0 0 1001001 1100100 111 10000 1100100 101111

Color Harmonies of #EE4100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4100

Black with #EE4100

Text Example


Text Example

White with #EE4100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4100; }

 p { color: rgb(238,65,0); }

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

background-color css

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

 a { background-color: rgb(238,65,0); }

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

border-color css

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

 span { border-color: rgb(238,65,0); }

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