Html Css Color HEX #EF524C Sunset Orange

📋 copy color: '#EF524C'

red 239 ◦ green 82 ◦ blue 76

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

Shades of Sunset Orange #EF524C

Tints of Sunset Orange #EF524C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.65%

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

R = 60.2%
G = 20.65%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF524C (or 0xEF524C) is known color: Sunset Orange. HEX triplet: EF, 52 and 4C. RGB value is (239,82,76). Sum of RGB (Red+Green+Blue) = 239+82+76=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF524C is #10ADB3. Grayscale: #808080. Windows color (decimal): -1093044 or 5001967. OLE color: 5001967.

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

Color convert

RGB 239 82 76 -
CMYK 0 0.66 0.68 0.06
HSL 2.21º 0.84% 0.62% -
HSV(B) 2.21º 0.68% 0.94% -
XYZ 39.92 24.91 9.54 -
YUV 128.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 239 82 76 0 0.66 0.68 0.06 2.21 0.84 0.62
Hex EF 52 4C 0 42 44 6 2 54 3E
Octal 357 122 114 0 102 104 6 2 124 76
Binary 11101111 1010010 1001100 0 1000010 1000100 110 10 1010100 111110

Color Harmonies of #EF524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF524C

Black with #EF524C

Text Example


Text Example

White with #EF524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF524C; }

 p { color: rgb(239,82,76); }

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

background-color css

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

 a { background-color: rgb(239,82,76); }

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

border-color css

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

 span { border-color: rgb(239,82,76); }

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