Html Css Color HEX #EF6748 Flamingo

📋 copy color: '#EF6748'

red 239 ◦ green 103 ◦ blue 72

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

Shades of Flamingo #EF6748

Tints of Flamingo #EF6748

RGB

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

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

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

R = 57.73%
G = 24.88%
B = 17.39%

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

#EF6748 (or 0xEF6748) is known color: Flamingo. HEX triplet: EF, 67 and 48. RGB value is (239,103,72). Sum of RGB (Red+Green+Blue) = 239+103+72=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6748 is #1098B7. Grayscale: #8C8C8C. Windows color (decimal): -1087672 or 4745199. OLE color: 4745199.

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

Color convert

RGB 239 103 72 -
CMYK 0 0.57 0.70 0.06
HSL 11.14º 0.84% 0.61% -
HSV(B) 11.14º 0.7% 0.94% -
XYZ 41.62 28.52 9.44 -
YUV 140.13 89.56 198.52 -
System Red Green Blue C M Y K H S L
Decimal 239 103 72 0 0.57 0.70 0.06 11.14 0.84 0.61
Hex EF 67 48 0 39 46 6 B 54 3D
Octal 357 147 110 0 71 106 6 13 124 75
Binary 11101111 1100111 1001000 0 111001 1000110 110 1011 1010100 111101

Color Harmonies of #EF6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6748

Black with #EF6748

Text Example


Text Example

White with #EF6748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6748; }

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

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

background-color css

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

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

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

border-color css

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

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

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