Html Css Color HEX #EF514B Sunset Orange

📋 copy color: '#EF514B'

red 239 ◦ green 81 ◦ blue 75

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

Shades of Sunset Orange #EF514B

Tints of Sunset Orange #EF514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.99%

R = 60.51%
G = 20.51%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF514B (or 0xEF514B) is known color: Sunset Orange. HEX triplet: EF, 51 and 4B. RGB value is (239,81,75). Sum of RGB (Red+Green+Blue) = 239+81+75=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF514B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF514B is #10AEB4. Grayscale: #7F7F7F. Windows color (decimal): -1093301 or 4936175. OLE color: 4936175.

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

Color convert

RGB 239 81 75 -
CMYK 0 0.66 0.69 0.06
HSL 2.2º 0.84% 0.62% -
HSV(B) 2.2º 0.69% 0.94% -
XYZ 39.81 24.74 9.33 -
YUV 127.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 239 81 75 0 0.66 0.69 0.06 2.2 0.84 0.62
Hex EF 51 4B 0 42 45 6 2 54 3E
Octal 357 121 113 0 102 105 6 2 124 76
Binary 11101111 1010001 1001011 0 1000010 1000101 110 10 1010100 111110

Color Harmonies of #EF514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF514B

Black with #EF514B

Text Example


Text Example

White with #EF514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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