#ED834C

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

Shades of Flamenco #ED834C

Tints of Flamenco #ED834C

Color information

#ED834C (or 0xED834C) is unknown color: approx Flamenco. HEX triplet: ED, 83 and 4C. RGB value is (237,131,76). Sum of RGB (Red+Green+Blue) = 237+131+76=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED834C is #127CB3. Grayscale: #9C9C9C. Windows color (decimal): -1211572 or 5014509. OLE color: 5014509.

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

Color convert

RGB23713176-
CMYK00.450.680.07
HSL20.5º81.73%61.37%-
HSV(B)20.5º67.93%92.94%-
XYZ44.3534.7611.21-
YUV156.4282.62185.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.38%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 76 (30.08% from 255) = 17.12%
R=53.38%
G=29.50%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371317600.450.680.0720.581.7361.37
HexED834C02D44714523d
Octal35520311405510472412275
Binary1110110110000011100110001011011000100111101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED834C; }

 p { color: rgb(237,131,76); }

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

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

 a { background-color: rgb(237,131,76); }

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

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

 span { border-color: rgb(237,131,76); }

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