Html Css Color HEX #EF6053 Flamingo

📋 copy color: '#EF6053'

red 239 ◦ green 96 ◦ blue 83

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

Shades of Flamingo #EF6053

Tints of Flamingo #EF6053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 57.18%
G = 22.97%
B = 19.86%

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

#EF6053 (or 0xEF6053) is known color: Flamingo. HEX triplet: EF, 60 and 53. RGB value is (239,96,83). Sum of RGB (Red+Green+Blue) = 239+96+83=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6053 is #109FAC. Grayscale: #898989. Windows color (decimal): -1089453 or 5464303. OLE color: 5464303.

HSL color Cylindrical-coordinate representation of color #EF6053: hue angle of 5º 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 #EF6053 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 83 -
CMYK 0 0.60 0.65 0.06
HSL 0.83% 0.63% -
HSV(B) 0.65% 0.94% -
XYZ 41.34 27.34 11.28 -
YUV 137.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 239 96 83 0 0.60 0.65 0.06 5 0.83 0.63
Hex EF 60 53 0 3C 41 6 5 53 3F
Octal 357 140 123 0 74 101 6 5 123 77
Binary 11101111 1100000 1010011 0 111100 1000001 110 101 1010011 111111

Color Harmonies of #EF6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6053

Black with #EF6053

Text Example


Text Example

White with #EF6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6053; }

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

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

background-color css

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

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

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

border-color css

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

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

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