Html Css Color HEX #EF664F Flamingo

📋 copy color: '#EF664F'

red 239 ◦ green 102 ◦ blue 79

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

Shades of Flamingo #EF664F

Tints of Flamingo #EF664F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.81%

R = 56.9%
G = 24.29%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF664F (or 0xEF664F) is known color: Flamingo. HEX triplet: EF, 66 and 4F. RGB value is (239,102,79). Sum of RGB (Red+Green+Blue) = 239+102+79=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF664F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF664F is #1099B0. Grayscale: #8C8C8C. Windows color (decimal): -1087921 or 5203695. OLE color: 5203695.

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

Color convert

RGB 239 102 79 -
CMYK 0 0.57 0.67 0.06
HSL 8.63º 0.83% 0.62% -
HSV(B) 8.63º 0.67% 0.94% -
XYZ 41.76 28.42 10.68 -
YUV 140.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 239 102 79 0 0.57 0.67 0.06 8.63 0.83 0.62
Hex EF 66 4F 0 39 43 6 9 53 3E
Octal 357 146 117 0 71 103 6 11 123 76
Binary 11101111 1100110 1001111 0 111001 1000011 110 1001 1010011 111110

Color Harmonies of #EF664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF664F

Black with #EF664F

Text Example


Text Example

White with #EF664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF664F; }

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

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

background-color css

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

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

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

border-color css

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

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

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