Html Css Color HEX #EB504C Sunset Orange

📋 copy color: '#EB504C'

red 235 ◦ green 80 ◦ blue 76

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

Shades of Sunset Orange #EB504C

Tints of Sunset Orange #EB504C

RGB

 RED value IS 235 (92.19% from 255) = 60.1%

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

 BLUE value IS 76 (30.08% from 255) = 19.44%

R = 60.1%
G = 20.46%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB504C (or 0xEB504C) is known color: Sunset Orange. HEX triplet: EB, 50 and 4C. RGB value is (235,80,76). Sum of RGB (Red+Green+Blue) = 235+80+76=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB504C is #14AFB3. Grayscale: #7E7E7E. Windows color (decimal): -1355700 or 5001451. OLE color: 5001451.

HSL color Cylindrical-coordinate representation of color #EB504C: hue angle of 1.51º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB504C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 76 -
CMYK 0 0.66 0.68 0.08
HSL 1.51º 0.8% 0.61% -
HSV(B) 1.51º 0.68% 0.92% -
XYZ 38.43 23.92 9.43 -
YUV 125.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 235 80 76 0 0.66 0.68 0.08 1.51 0.8 0.61
Hex EB 50 4C 0 42 44 8 2 50 3D
Octal 353 120 114 0 102 104 10 2 120 75
Binary 11101011 1010000 1001100 0 1000010 1000100 1000 10 1010000 111101

Color Harmonies of #EB504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB504C

Black with #EB504C

Text Example


Text Example

White with #EB504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB504C; }

 p { color: rgb(235,80,76); }

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

background-color css

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

 a { background-color: rgb(235,80,76); }

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

border-color css

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

 span { border-color: rgb(235,80,76); }

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