Html Css Color HEX #EE3F06 Orange Red

📋 copy color: '#EE3F06'

red 238 ◦ green 63 ◦ blue 6

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

Shades of Orange Red #EE3F06

Tints of Orange Red #EE3F06

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 77.52%
G = 20.52%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE3F06 (or 0xEE3F06) is known color: Orange Red. HEX triplet: EE, 3F and 06. RGB value is (238,63,6). Sum of RGB (Red+Green+Blue) = 238+63+6=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3F06 is #11C0F9. Grayscale: #6D6D6D. Windows color (decimal): -1163514 or 409582. OLE color: 409582.

HSL color Cylindrical-coordinate representation of color #EE3F06: hue angle of 14.74º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE3F06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 63 6 -
CMYK 0 0.74 0.97 0.07
HSL 14.74º 0.95% 0.48% -
HSV(B) 14.74º 0.97% 0.93% -
XYZ 37.07 21.75 2.42 -
YUV 108.83 69.98 220.13 -
System Red Green Blue C M Y K H S L
Decimal 238 63 6 0 0.74 0.97 0.07 14.74 0.95 0.48
Hex EE 3F 6 0 4A 61 7 F 5F 30
Octal 356 77 6 0 112 141 7 17 137 60
Binary 11101110 111111 110 0 1001010 1100001 111 1111 1011111 110000

Color Harmonies of #EE3F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3F06

Black with #EE3F06

Text Example


Text Example

White with #EE3F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3F06; }

 p { color: rgb(238,63,6); }

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

background-color css

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

 a { background-color: rgb(238,63,6); }

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

border-color css

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

 span { border-color: rgb(238,63,6); }

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