Html Css Color HEX #ED6654 Flamingo

📋 copy color: '#ED6654'

red 237 ◦ green 102 ◦ blue 84

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

Shades of Flamingo #ED6654

Tints of Flamingo #ED6654

RGB

 RED value IS 237 (92.97% from 255) = 56.03%

 GREEN value IS 102 (40.23% from 255) = 24.11%

 BLUE value IS 84 (33.2% from 255) = 19.86%

R = 56.03%
G = 24.11%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED6654 (or 0xED6654) is known color: Flamingo. HEX triplet: ED, 66 and 54. RGB value is (237,102,84). Sum of RGB (Red+Green+Blue) = 237+102+84=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6654 is #1299AB. Grayscale: #8C8C8C. Windows color (decimal): -1218988 or 5531373. OLE color: 5531373.

HSL color Cylindrical-coordinate representation of color #ED6654: hue angle of 7.06º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED6654 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 84 -
CMYK 0 0.57 0.65 0.07
HSL 7.06º 0.81% 0.63% -
HSV(B) 7.06º 0.65% 0.93% -
XYZ 41.28 28.15 11.64 -
YUV 140.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 237 102 84 0 0.57 0.65 0.07 7.06 0.81 0.63
Hex ED 66 54 0 39 41 7 7 51 3F
Octal 355 146 124 0 71 101 7 7 121 77
Binary 11101101 1100110 1010100 0 111001 1000001 111 111 1010001 111111

Color Harmonies of #ED6654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6654

Black with #ED6654

Text Example


Text Example

White with #ED6654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6654; }

 p { color: rgb(237,102,84); }

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

background-color css

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

 a { background-color: rgb(237,102,84); }

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

border-color css

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

 span { border-color: rgb(237,102,84); }

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