Html Css Color HEX #EF6054 Flamingo

📋 copy color: '#EF6054'

red 239 ◦ green 96 ◦ blue 84

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

Shades of Flamingo #EF6054

Tints of Flamingo #EF6054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.91%

 BLUE value IS 84 (33.2% from 255) = 20.05%

R = 57.04%
G = 22.91%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EF6054 (or 0xEF6054) is known color: Flamingo. HEX triplet: EF, 60 and 54. RGB value is (239,96,84). Sum of RGB (Red+Green+Blue) = 239+96+84=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6054 is #109FAB. Grayscale: #898989. Windows color (decimal): -1089452 or 5529839. OLE color: 5529839.

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

Color convert

RGB 239 96 84 -
CMYK 0 0.60 0.65 0.06
HSL 4.65º 0.83% 0.63% -
HSV(B) 4.65º 0.65% 0.94% -
XYZ 41.38 27.36 11.49 -
YUV 137.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 239 96 84 0 0.60 0.65 0.06 4.65 0.83 0.63
Hex EF 60 54 0 3C 41 6 5 53 3F
Octal 357 140 124 0 74 101 6 5 123 77
Binary 11101111 1100000 1010100 0 111100 1000001 110 101 1010011 111111

Color Harmonies of #EF6054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6054

Black with #EF6054

Text Example


Text Example

White with #EF6054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6054; }

 p { color: rgb(239,96,84); }

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

background-color css

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

 a { background-color: rgb(239,96,84); }

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

border-color css

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

 span { border-color: rgb(239,96,84); }

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