#ED674A

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

Shades of Flamingo #ED674A

Tints of Flamingo #ED674A

Color information

#ED674A (or 0xED674A) is unknown color: approx Flamingo. HEX triplet: ED, 67 and 4A. RGB value is (237,103,74). Sum of RGB (Red+Green+Blue) = 237+103+74=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED674A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED674A is #1298B5. Grayscale: #8C8C8C. Windows color (decimal): -1218742 or 4876269. OLE color: 4876269.

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

Color convert

RGB23710374-
CMYK00.570.690.07
HSL10.67º81.91%60.98%-
HSV(B)10.67º68.78%92.94%-
XYZ41.0128.29.76-
YUV139.7690.89197.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.25%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=57.25%
G=24.88%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371037400.570.690.0710.6781.9160.98
HexED674A039457b523d
Octal35514711207110571312275
Binary11101101110011110010100111001100010111110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED674A; }

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

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

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

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

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

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

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

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