Html Css Color HEX #EE5D3F Outrageous Orange

📋 copy color: '#EE5D3F'

red 238 ◦ green 93 ◦ blue 63

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

Shades of Outrageous Orange #EE5D3F

Tints of Outrageous Orange #EE5D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.6%

 BLUE value IS 63 (25% from 255) = 15.99%

R = 60.41%
G = 23.6%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE5D3F (or 0xEE5D3F) is known color: Outrageous Orange. HEX triplet: EE, 5D and 3F. RGB value is (238,93,63). Sum of RGB (Red+Green+Blue) = 238+93+63=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5D3F is #11A2C0. Grayscale: #858585. Windows color (decimal): -1155777 or 4152814. OLE color: 4152814.

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

Color convert

RGB 238 93 63 -
CMYK 0 0.61 0.74 0.07
HSL 10.29º 0.84% 0.59% -
HSV(B) 10.29º 0.74% 0.93% -
XYZ 40.07 26.36 7.68 -
YUV 132.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 238 93 63 0 0.61 0.74 0.07 10.29 0.84 0.59
Hex EE 5D 3F 0 3D 4A 7 A 54 3B
Octal 356 135 77 0 75 112 7 12 124 73
Binary 11101110 1011101 111111 0 111101 1001010 111 1010 1010100 111011

Color Harmonies of #EE5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5D3F

Black with #EE5D3F

Text Example


Text Example

White with #EE5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5D3F; }

 p { color: rgb(238,93,63); }

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

background-color css

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

 a { background-color: rgb(238,93,63); }

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

border-color css

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

 span { border-color: rgb(238,93,63); }

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