Html Css Color HEX #EE6330 Outrageous Orange

📋 copy color: '#EE6330'

red 238 ◦ green 99 ◦ blue 48

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

Shades of Outrageous Orange #EE6330

Tints of Outrageous Orange #EE6330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

 BLUE value IS 48 (19.14% from 255) = 12.47%

R = 61.82%
G = 25.71%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE6330 (or 0xEE6330) is known color: Outrageous Orange. HEX triplet: EE, 63 and 30. RGB value is (238,99,48). Sum of RGB (Red+Green+Blue) = 238+99+48=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6330 is #119CCF. Grayscale: #878787. Windows color (decimal): -1154256 or 3171310. OLE color: 3171310.

HSL color Cylindrical-coordinate representation of color #EE6330: hue angle of 16.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE6330 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 99 48 -
CMYK 0 0.58 0.80 0.07
HSL 16.11º 0.85% 0.56% -
HSV(B) 16.11º 0.8% 0.93% -
XYZ 40.26 27.31 5.95 -
YUV 134.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 238 99 48 0 0.58 0.80 0.07 16.11 0.85 0.56
Hex EE 63 30 0 3A 50 7 10 55 38
Octal 356 143 60 0 72 120 7 20 125 70
Binary 11101110 1100011 110000 0 111010 1010000 111 10000 1010101 111000

Color Harmonies of #EE6330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6330

Black with #EE6330

Text Example


Text Example

White with #EE6330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6330; }

 p { color: rgb(238,99,48); }

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

background-color css

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

 a { background-color: rgb(238,99,48); }

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

border-color css

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

 span { border-color: rgb(238,99,48); }

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