Html Css Color HEX #EE380F Orange Red

📋 copy color: '#EE380F'

red 238 ◦ green 56 ◦ blue 15

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

Shades of Orange Red #EE380F

Tints of Orange Red #EE380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.12%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 77.02%
G = 18.12%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE380F (or 0xEE380F) is known color: Orange Red. HEX triplet: EE, 38 and 0F. RGB value is (238,56,15). Sum of RGB (Red+Green+Blue) = 238+56+15=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE380F is #11C7F0. Grayscale: #6A6A6A. Windows color (decimal): -1165297 or 997614. OLE color: 997614.

HSL color Cylindrical-coordinate representation of color #EE380F: hue angle of 11.03º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE380F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 56 15 -
CMYK 0 0.76 0.94 0.07
HSL 11.03º 0.88% 0.5% -
HSV(B) 11.03º 0.94% 0.93% -
XYZ 36.76 21.04 2.58 -
YUV 105.74 76.8 222.33 -
System Red Green Blue C M Y K H S L
Decimal 238 56 15 0 0.76 0.94 0.07 11.03 0.88 0.5
Hex EE 38 F 0 4C 5E 7 B 58 32
Octal 356 70 17 0 114 136 7 13 130 62
Binary 11101110 111000 1111 0 1001100 1011110 111 1011 1011000 110010

Color Harmonies of #EE380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE380F

Black with #EE380F

Text Example


Text Example

White with #EE380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE380F; }

 p { color: rgb(238,56,15); }

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

background-color css

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

 a { background-color: rgb(238,56,15); }

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

border-color css

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

 span { border-color: rgb(238,56,15); }

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