Html Css Color HEX #EF664C Flamingo

📋 copy color: '#EF664C'

red 239 ◦ green 102 ◦ blue 76

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

Shades of Flamingo #EF664C

Tints of Flamingo #EF664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.46%

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

R = 57.31%
G = 24.46%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF664C (or 0xEF664C) is known color: Flamingo. HEX triplet: EF, 66 and 4C. RGB value is (239,102,76). Sum of RGB (Red+Green+Blue) = 239+102+76=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF664C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF664C is #1099B3. Grayscale: #8C8C8C. Windows color (decimal): -1087924 or 5007087. OLE color: 5007087.

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

Color convert

RGB 239 102 76 -
CMYK 0 0.57 0.68 0.06
HSL 9.57º 0.84% 0.62% -
HSV(B) 9.57º 0.68% 0.94% -
XYZ 41.65 28.38 10.12 -
YUV 140 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 239 102 76 0 0.57 0.68 0.06 9.57 0.84 0.62
Hex EF 66 4C 0 39 44 6 A 54 3E
Octal 357 146 114 0 71 104 6 12 124 76
Binary 11101111 1100110 1001100 0 111001 1000100 110 1010 1010100 111110

Color Harmonies of #EF664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF664C

Black with #EF664C

Text Example


Text Example

White with #EF664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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