Html Css Color HEX #EE684D Flamingo

📋 copy color: '#EE684D'

red 238 ◦ green 104 ◦ blue 77

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

Shades of Flamingo #EE684D

Tints of Flamingo #EE684D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.38%

R = 56.8%
G = 24.82%
B = 18.38%

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

#EE684D (or 0xEE684D) is known color: Flamingo. HEX triplet: EE, 68 and 4D. RGB value is (238,104,77). Sum of RGB (Red+Green+Blue) = 238+104+77=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE684D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE684D is #1197B2. Grayscale: #8D8D8D. Windows color (decimal): -1152947 or 5073134. OLE color: 5073134.

HSL color Cylindrical-coordinate representation of color #EE684D: hue angle of 10.06º 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 #EE684D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 104 77 -
CMYK 0 0.56 0.68 0.07
HSL 10.06º 0.83% 0.62% -
HSV(B) 10.06º 0.68% 0.93% -
XYZ 41.55 28.61 10.35 -
YUV 140.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 238 104 77 0 0.56 0.68 0.07 10.06 0.83 0.62
Hex EE 68 4D 0 38 44 7 A 53 3E
Octal 356 150 115 0 70 104 7 12 123 76
Binary 11101110 1101000 1001101 0 111000 1000100 111 1010 1010011 111110

Color Harmonies of #EE684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE684D

Black with #EE684D

Text Example


Text Example

White with #EE684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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