Html Css Color HEX #EF6648 Flamingo

📋 copy color: '#EF6648'

red 239 ◦ green 102 ◦ blue 72

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

Shades of Flamingo #EF6648

Tints of Flamingo #EF6648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.43%

R = 57.87%
G = 24.7%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EF6648 (or 0xEF6648) is known color: Flamingo. HEX triplet: EF, 66 and 48. RGB value is (239,102,72). Sum of RGB (Red+Green+Blue) = 239+102+72=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6648 is #1099B7. Grayscale: #8B8B8B. Windows color (decimal): -1087928 or 4744943. OLE color: 4744943.

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

Color convert

RGB 239 102 72 -
CMYK 0 0.57 0.70 0.06
HSL 10.78º 0.84% 0.61% -
HSV(B) 10.78º 0.7% 0.94% -
XYZ 41.52 28.32 9.41 -
YUV 139.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 239 102 72 0 0.57 0.70 0.06 10.78 0.84 0.61
Hex EF 66 48 0 39 46 6 B 54 3D
Octal 357 146 110 0 71 106 6 13 124 75
Binary 11101111 1100110 1001000 0 111001 1000110 110 1011 1010100 111101

Color Harmonies of #EF6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6648

Black with #EF6648

Text Example


Text Example

White with #EF6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6648; }

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

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

background-color css

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

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

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

border-color css

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

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

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