Html Css Color HEX #EF674D Flamingo

📋 copy color: '#EF674D'

red 239 ◦ green 103 ◦ blue 77

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

Shades of Flamingo #EF674D

Tints of Flamingo #EF674D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.38%

R = 57.04%
G = 24.58%
B = 18.38%

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

#EF674D (or 0xEF674D) is known color: Flamingo. HEX triplet: EF, 67 and 4D. RGB value is (239,103,77). Sum of RGB (Red+Green+Blue) = 239+103+77=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF674D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF674D is #1098B2. Grayscale: #8C8C8C. Windows color (decimal): -1087667 or 5072879. OLE color: 5072879.

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

Color convert

RGB 239 103 77 -
CMYK 0 0.57 0.68 0.06
HSL 9.63º 0.84% 0.62% -
HSV(B) 9.63º 0.68% 0.94% -
XYZ 41.79 28.59 10.34 -
YUV 140.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 239 103 77 0 0.57 0.68 0.06 9.63 0.84 0.62
Hex EF 67 4D 0 39 44 6 A 54 3E
Octal 357 147 115 0 71 104 6 12 124 76
Binary 11101111 1100111 1001101 0 111001 1000100 110 1010 1010100 111110

Color Harmonies of #EF674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF674D

Black with #EF674D

Text Example


Text Example

White with #EF674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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