Html Css Color HEX #EE380B Orange Red

📋 copy color: '#EE380B'

red 238 ◦ green 56 ◦ blue 11

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

Shades of Orange Red #EE380B

Tints of Orange Red #EE380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 78.03%
G = 18.36%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE380B (or 0xEE380B) is known color: Orange Red. HEX triplet: EE, 38 and 0B. RGB value is (238,56,11). Sum of RGB (Red+Green+Blue) = 238+56+11=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE380B is #11C7F4. Grayscale: #696969. Windows color (decimal): -1165301 or 735470. OLE color: 735470.

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

Color convert

RGB 238 56 11 -
CMYK 0 0.76 0.95 0.07
HSL 11.89º 0.91% 0.49% -
HSV(B) 11.89º 0.95% 0.93% -
XYZ 36.73 21.03 2.44 -
YUV 105.29 74.8 222.66 -
System Red Green Blue C M Y K H S L
Decimal 238 56 11 0 0.76 0.95 0.07 11.89 0.91 0.49
Hex EE 38 B 0 4C 5F 7 C 5B 31
Octal 356 70 13 0 114 137 7 14 133 61
Binary 11101110 111000 1011 0 1001100 1011111 111 1100 1011011 110001

Color Harmonies of #EE380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE380B

Black with #EE380B

Text Example


Text Example

White with #EE380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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