#ED674E

Color #ED674E Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #ED674E

Tints of Flamingo #ED674E

Color information

#ED674E (or 0xED674E) is unknown color: approx Flamingo. HEX triplet: ED, 67 and 4E. RGB value is (237,103,78). Sum of RGB (Red+Green+Blue) = 237+103+78=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED674E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED674E is #1298B1. Grayscale: #8C8C8C. Windows color (decimal): -1218738 or 5138413. OLE color: 5138413.

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

Color convert

RGB23710378-
CMYK00.570.670.07
HSL9.43º81.54%61.76%-
HSV(B)9.43º67.09%92.94%-
XYZ41.1528.2610.49-
YUV140.2292.89197.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.70%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=56.70%
G=24.64%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371037800.570.670.079.4381.5461.76
HexED674E0394379523e
Octal35514711607110371112276
Binary11101101110011110011100111001100001111110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED674E; }

 p { color: rgb(237,103,78); }

 H1.HeaderClassName
 {
   color: #ED674E;
 }
 .AnyTagClassName
 {
   color: #ED674E;
 }
</style>
background-color css

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

 a { background-color: rgb(237,103,78); }

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

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

 span { border-color: rgb(237,103,78); }

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