Html Css Color HEX #EF6756 Flamingo

📋 copy color: '#EF6756'

red 239 ◦ green 103 ◦ blue 86

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

Shades of Flamingo #EF6756

Tints of Flamingo #EF6756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.07%

 BLUE value IS 86 (33.98% from 255) = 20.09%

R = 55.84%
G = 24.07%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF6756 (or 0xEF6756) is known color: Flamingo. HEX triplet: EF, 67 and 56. RGB value is (239,103,86). Sum of RGB (Red+Green+Blue) = 239+103+86=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6756 is #1098A9. Grayscale: #8D8D8D. Windows color (decimal): -1087658 or 5662703. OLE color: 5662703.

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

Color convert

RGB 239 103 86 -
CMYK 0 0.57 0.64 0.06
HSL 6.67º 0.83% 0.64% -
HSV(B) 6.67º 0.64% 0.94% -
XYZ 42.13 28.72 12.13 -
YUV 141.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 239 103 86 0 0.57 0.64 0.06 6.67 0.83 0.64
Hex EF 67 56 0 39 40 6 7 53 40
Octal 357 147 126 0 71 100 6 7 123 100
Binary 11101111 1100111 1010110 0 111001 1000000 110 111 1010011 1000000

Color Harmonies of #EF6756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6756

Black with #EF6756

Text Example


Text Example

White with #EF6756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6756; }

 p { color: rgb(239,103,86); }

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

background-color css

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

 a { background-color: rgb(239,103,86); }

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

border-color css

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

 span { border-color: rgb(239,103,86); }

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