Html Css Color HEX #EE684C Flamingo

📋 copy color: '#EE684C'

red 238 ◦ green 104 ◦ blue 76

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

Shades of Flamingo #EE684C

Tints of Flamingo #EE684C

RGB

 RED value IS 238 (93.36% from 255) = 56.94%

 GREEN value IS 104 (41.02% from 255) = 24.88%

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 56.94%
G = 24.88%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE684C (or 0xEE684C) is known color: Flamingo. HEX triplet: EE, 68 and 4C. RGB value is (238,104,76). Sum of RGB (Red+Green+Blue) = 238+104+76=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE684C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE684C is #1197B3. Grayscale: #8D8D8D. Windows color (decimal): -1152948 or 5007598. OLE color: 5007598.

HSL color Cylindrical-coordinate representation of color #EE684C: hue angle of 10.37º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE684C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 104 76 -
CMYK 0 0.56 0.68 0.07
HSL 10.37º 0.83% 0.62% -
HSV(B) 10.37º 0.68% 0.93% -
XYZ 41.51 28.6 10.17 -
YUV 140.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 238 104 76 0 0.56 0.68 0.07 10.37 0.83 0.62
Hex EE 68 4C 0 38 44 7 A 53 3E
Octal 356 150 114 0 70 104 7 12 123 76
Binary 11101110 1101000 1001100 0 111000 1000100 111 1010 1010011 111110

Color Harmonies of #EE684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE684C

Black with #EE684C

Text Example


Text Example

White with #EE684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE684C; }

 p { color: rgb(238,104,76); }

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

background-color css

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

 a { background-color: rgb(238,104,76); }

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

border-color css

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

 span { border-color: rgb(238,104,76); }

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