Html Css Color HEX #EE3E05 Orange Red

📋 copy color: '#EE3E05'

red 238 ◦ green 62 ◦ blue 5

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

Shades of Orange Red #EE3E05

Tints of Orange Red #EE3E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

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

R = 78.03%
G = 20.33%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE3E05 (or 0xEE3E05) is known color: Orange Red. HEX triplet: EE, 3E and 05. RGB value is (238,62,5). Sum of RGB (Red+Green+Blue) = 238+62+5=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3E05 is #11C1FA. Grayscale: #6C6C6C. Windows color (decimal): -1163771 or 343790. OLE color: 343790.

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

Color convert

RGB 238 62 5 -
CMYK 0 0.74 0.98 0.07
HSL 14.68º 0.96% 0.48% -
HSV(B) 14.68º 0.98% 0.93% -
XYZ 37.01 21.63 2.37 -
YUV 108.13 69.81 220.63 -
System Red Green Blue C M Y K H S L
Decimal 238 62 5 0 0.74 0.98 0.07 14.68 0.96 0.48
Hex EE 3E 5 0 4A 62 7 F 60 30
Octal 356 76 5 0 112 142 7 17 140 60
Binary 11101110 111110 101 0 1001010 1100010 111 1111 1100000 110000

Color Harmonies of #EE3E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3E05

Black with #EE3E05

Text Example


Text Example

White with #EE3E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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