Html Css Color HEX #EF514F Sunset Orange

📋 copy color: '#EF514F'

red 239 ◦ green 81 ◦ blue 79

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

Shades of Sunset Orange #EF514F

Tints of Sunset Orange #EF514F

RGB

 RED value IS 239 (93.75% from 255) = 59.9%

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

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 59.9%
G = 20.3%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF514F (or 0xEF514F) is known color: Sunset Orange. HEX triplet: EF, 51 and 4F. RGB value is (239,81,79). Sum of RGB (Red+Green+Blue) = 239+81+79=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF514F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF514F is #10AEB0. Grayscale: #808080. Windows color (decimal): -1093297 or 5198319. OLE color: 5198319.

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

Color convert

RGB 239 81 79 -
CMYK 0 0.66 0.67 0.06
HSL 0.75º 0.83% 0.62% -
HSV(B) 0.75º 0.67% 0.94% -
XYZ 39.95 24.8 10.08 -
YUV 128.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 239 81 79 0 0.66 0.67 0.06 0.75 0.83 0.62
Hex EF 51 4F 0 42 43 6 1 53 3E
Octal 357 121 117 0 102 103 6 1 123 76
Binary 11101111 1010001 1001111 0 1000010 1000011 110 1 1010011 111110

Color Harmonies of #EF514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF514F

Black with #EF514F

Text Example


Text Example

White with #EF514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF514F; }

 p { color: rgb(239,81,79); }

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

background-color css

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

 a { background-color: rgb(239,81,79); }

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

border-color css

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

 span { border-color: rgb(239,81,79); }

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