Html Css Color HEX #EF6752 Flamingo

📋 copy color: '#EF6752'

red 239 ◦ green 103 ◦ blue 82

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

Shades of Flamingo #EF6752

Tints of Flamingo #EF6752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.34%

R = 56.37%
G = 24.29%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF6752 (or 0xEF6752) is known color: Flamingo. HEX triplet: EF, 67 and 52. RGB value is (239,103,82). Sum of RGB (Red+Green+Blue) = 239+103+82=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6752 is #1098AD. Grayscale: #8D8D8D. Windows color (decimal): -1087662 or 5400559. OLE color: 5400559.

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

Color convert

RGB 239 103 82 -
CMYK 0 0.57 0.66 0.06
HSL 8.03º 0.83% 0.63% -
HSV(B) 8.03º 0.66% 0.94% -
XYZ 41.97 28.66 11.3 -
YUV 141.27 94.56 197.71 -
System Red Green Blue C M Y K H S L
Decimal 239 103 82 0 0.57 0.66 0.06 8.03 0.83 0.63
Hex EF 67 52 0 39 42 6 8 53 3F
Octal 357 147 122 0 71 102 6 10 123 77
Binary 11101111 1100111 1010010 0 111001 1000010 110 1000 1010011 111111

Color Harmonies of #EF6752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6752

Black with #EF6752

Text Example


Text Example

White with #EF6752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6752; }

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

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

background-color css

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

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

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

border-color css

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

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

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