Html Css Color HEX #EB504A Sunset Orange

📋 copy color: '#EB504A'

red 235 ◦ green 80 ◦ blue 74

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

Shades of Sunset Orange #EB504A

Tints of Sunset Orange #EB504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 60.41%
G = 20.57%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB504A (or 0xEB504A) is known color: Sunset Orange. HEX triplet: EB, 50 and 4A. RGB value is (235,80,74). Sum of RGB (Red+Green+Blue) = 235+80+74=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB504A is #14AFB5. Grayscale: #7D7D7D. Windows color (decimal): -1355702 or 4870379. OLE color: 4870379.

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

Color convert

RGB 235 80 74 -
CMYK 0 0.66 0.69 0.08
HSL 2.24º 0.8% 0.61% -
HSV(B) 2.24º 0.69% 0.92% -
XYZ 38.37 23.89 9.07 -
YUV 125.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 235 80 74 0 0.66 0.69 0.08 2.24 0.8 0.61
Hex EB 50 4A 0 42 45 8 2 50 3D
Octal 353 120 112 0 102 105 10 2 120 75
Binary 11101011 1010000 1001010 0 1000010 1000101 1000 10 1010000 111101

Color Harmonies of #EB504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB504A

Black with #EB504A

Text Example


Text Example

White with #EB504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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