Html Css Color HEX #ED514A Sunset Orange

📋 copy color: '#ED514A'

red 237 ◦ green 81 ◦ blue 74

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

Shades of Sunset Orange #ED514A

Tints of Sunset Orange #ED514A

RGB

 RED value IS 237 (92.97% from 255) = 60.46%

 GREEN value IS 81 (32.03% from 255) = 20.66%

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

R = 60.46%
G = 20.66%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED514A (or 0xED514A) is known color: Sunset Orange. HEX triplet: ED, 51 and 4A. RGB value is (237,81,74). Sum of RGB (Red+Green+Blue) = 237+81+74=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED514A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED514A is #12AEB5. Grayscale: #7F7F7F. Windows color (decimal): -1224374 or 4870637. OLE color: 4870637.

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

Color convert

RGB 237 81 74 -
CMYK 0 0.66 0.69 0.07
HSL 2.58º 0.82% 0.61% -
HSV(B) 2.58º 0.69% 0.93% -
XYZ 39.1 24.38 9.12 -
YUV 126.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 237 81 74 0 0.66 0.69 0.07 2.58 0.82 0.61
Hex ED 51 4A 0 42 45 7 3 52 3D
Octal 355 121 112 0 102 105 7 3 122 75
Binary 11101101 1010001 1001010 0 1000010 1000101 111 11 1010010 111101

Color Harmonies of #ED514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED514A

Black with #ED514A

Text Example


Text Example

White with #ED514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED514A; }

 p { color: rgb(237,81,74); }

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

background-color css

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

 a { background-color: rgb(237,81,74); }

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

border-color css

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

 span { border-color: rgb(237,81,74); }

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