Html Css Color HEX #EE504D Sunset Orange

📋 copy color: '#EE504D'

red 238 ◦ green 80 ◦ blue 77

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

Shades of Sunset Orange #EE504D

Tints of Sunset Orange #EE504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

 BLUE value IS 77 (30.47% from 255) = 19.49%

R = 60.25%
G = 20.25%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE504D (or 0xEE504D) is known color: Sunset Orange. HEX triplet: EE, 50 and 4D. RGB value is (238,80,77). Sum of RGB (Red+Green+Blue) = 238+80+77=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE504D is #11AFB2. Grayscale: #7F7F7F. Windows color (decimal): -1159091 or 5066990. OLE color: 5066990.

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

Color convert

RGB 238 80 77 -
CMYK 0 0.66 0.68 0.07
HSL 1.12º 0.83% 0.62% -
HSV(B) 1.12º 0.68% 0.93% -
XYZ 39.47 24.45 9.66 -
YUV 126.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 238 80 77 0 0.66 0.68 0.07 1.12 0.83 0.62
Hex EE 50 4D 0 42 44 7 1 53 3E
Octal 356 120 115 0 102 104 7 1 123 76
Binary 11101110 1010000 1001101 0 1000010 1000100 111 1 1010011 111110

Color Harmonies of #EE504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE504D

Black with #EE504D

Text Example


Text Example

White with #EE504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE504D; }

 p { color: rgb(238,80,77); }

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

background-color css

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

 a { background-color: rgb(238,80,77); }

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

border-color css

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

 span { border-color: rgb(238,80,77); }

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