Html Css Color HEX #EE4105 Orange Red

📋 copy color: '#EE4105'

red 238 ◦ green 65 ◦ blue 5

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

Shades of Orange Red #EE4105

Tints of Orange Red #EE4105

RGB

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

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

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

R = 77.27%
G = 21.1%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE4105 (or 0xEE4105) is known color: Orange Red. HEX triplet: EE, 41 and 05. RGB value is (238,65,5). Sum of RGB (Red+Green+Blue) = 238+65+5=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4105 is #11BEFA. Grayscale: #6E6E6E. Windows color (decimal): -1163003 or 344558. OLE color: 344558.

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

Color convert

RGB 238 65 5 -
CMYK 0 0.73 0.98 0.07
HSL 15.45º 0.96% 0.48% -
HSV(B) 15.45º 0.98% 0.93% -
XYZ 37.18 21.97 2.42 -
YUV 109.89 68.81 219.38 -
System Red Green Blue C M Y K H S L
Decimal 238 65 5 0 0.73 0.98 0.07 15.45 0.96 0.48
Hex EE 41 5 0 49 62 7 F 60 30
Octal 356 101 5 0 111 142 7 17 140 60
Binary 11101110 1000001 101 0 1001001 1100010 111 1111 1100000 110000

Color Harmonies of #EE4105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4105

Black with #EE4105

Text Example


Text Example

White with #EE4105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4105; }

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

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

background-color css

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

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

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

border-color css

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

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

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