Html Css Color HEX #EF6750 Flamingo

📋 copy color: '#EF6750'

red 239 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #EF6750

Tints of Flamingo #EF6750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 56.64%
G = 24.41%
B = 18.96%

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

#EF6750 (or 0xEF6750) is known color: Flamingo. HEX triplet: EF, 67 and 50. RGB value is (239,103,80). Sum of RGB (Red+Green+Blue) = 239+103+80=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6750 is #1098AF. Grayscale: #8D8D8D. Windows color (decimal): -1087664 or 5269487. OLE color: 5269487.

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

Color convert

RGB 239 103 80 -
CMYK 0 0.57 0.67 0.06
HSL 8.68º 0.83% 0.63% -
HSV(B) 8.68º 0.67% 0.94% -
XYZ 41.89 28.63 10.91 -
YUV 141.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 239 103 80 0 0.57 0.67 0.06 8.68 0.83 0.63
Hex EF 67 50 0 39 43 6 9 53 3F
Octal 357 147 120 0 71 103 6 11 123 77
Binary 11101111 1100111 1010000 0 111001 1000011 110 1001 1010011 111111

Color Harmonies of #EF6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6750

Black with #EF6750

Text Example


Text Example

White with #EF6750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6750; }

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

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

background-color css

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

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

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

border-color css

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

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

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