Html Css Color HEX #EE612A Outrageous Orange

📋 copy color: '#EE612A'

red 238 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #EE612A

Tints of Outrageous Orange #EE612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 42 (16.8% from 255) = 11.14%

R = 63.13%
G = 25.73%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE612A (or 0xEE612A) is known color: Outrageous Orange. HEX triplet: EE, 61 and 2A. RGB value is (238,97,42). Sum of RGB (Red+Green+Blue) = 238+97+42=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE612A is #119ED5. Grayscale: #858585. Windows color (decimal): -1154774 or 2777582. OLE color: 2777582.

HSL color Cylindrical-coordinate representation of color #EE612A: hue angle of 16.84º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE612A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 97 42 -
CMYK 0 0.59 0.82 0.07
HSL 16.84º 0.85% 0.55% -
HSV(B) 16.84º 0.82% 0.93% -
XYZ 39.95 26.89 5.28 -
YUV 132.89 76.71 202.97 -
System Red Green Blue C M Y K H S L
Decimal 238 97 42 0 0.59 0.82 0.07 16.84 0.85 0.55
Hex EE 61 2A 0 3B 52 7 11 55 37
Octal 356 141 52 0 73 122 7 21 125 67
Binary 11101110 1100001 101010 0 111011 1010010 111 10001 1010101 110111

Color Harmonies of #EE612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE612A

Black with #EE612A

Text Example


Text Example

White with #EE612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE612A; }

 p { color: rgb(238,97,42); }

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

background-color css

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

 a { background-color: rgb(238,97,42); }

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

border-color css

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

 span { border-color: rgb(238,97,42); }

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