Html Css Color HEX #EE5A21 Outrageous Orange

📋 copy color: '#EE5A21'

red 238 ◦ green 90 ◦ blue 33

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

Shades of Outrageous Orange #EE5A21

Tints of Outrageous Orange #EE5A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 33 (13.28% from 255) = 9.14%

R = 65.93%
G = 24.93%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE5A21 (or 0xEE5A21) is known color: Outrageous Orange. HEX triplet: EE, 5A and 21. RGB value is (238,90,33). Sum of RGB (Red+Green+Blue) = 238+90+33=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5A21 is #11A5DE. Grayscale: #808080. Windows color (decimal): -1156575 or 2185966. OLE color: 2185966.

HSL color Cylindrical-coordinate representation of color #EE5A21: hue angle of 16.68º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE5A21 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 90 33 -
CMYK 0 0.62 0.86 0.07
HSL 16.68º 0.86% 0.53% -
HSV(B) 16.68º 0.86% 0.93% -
XYZ 39.19 25.6 4.31 -
YUV 127.75 74.53 206.63 -
System Red Green Blue C M Y K H S L
Decimal 238 90 33 0 0.62 0.86 0.07 16.68 0.86 0.53
Hex EE 5A 21 0 3E 56 7 11 56 35
Octal 356 132 41 0 76 126 7 21 126 65
Binary 11101110 1011010 100001 0 111110 1010110 111 10001 1010110 110101

Color Harmonies of #EE5A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5A21

Black with #EE5A21

Text Example


Text Example

White with #EE5A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5A21; }

 p { color: rgb(238,90,33); }

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

background-color css

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

 a { background-color: rgb(238,90,33); }

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

border-color css

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

 span { border-color: rgb(238,90,33); }

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