Html Css Color HEX #ED5942 Flamingo

📋 copy color: '#ED5942'

red 237 ◦ green 89 ◦ blue 66

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

Shades of Flamingo #ED5942

Tints of Flamingo #ED5942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

 BLUE value IS 66 (26.17% from 255) = 16.84%

R = 60.46%
G = 22.7%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED5942 (or 0xED5942) is known color: Flamingo. HEX triplet: ED, 59 and 42. RGB value is (237,89,66). Sum of RGB (Red+Green+Blue) = 237+89+66=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5942 is #12A6BD. Grayscale: #828282. Windows color (decimal): -1222334 or 4348397. OLE color: 4348397.

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

Color convert

RGB 237 89 66 -
CMYK 0 0.62 0.72 0.07
HSL 8.07º 0.83% 0.59% -
HSV(B) 8.07º 0.72% 0.93% -
XYZ 39.48 25.54 8 -
YUV 130.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 237 89 66 0 0.62 0.72 0.07 8.07 0.83 0.59
Hex ED 59 42 0 3E 48 7 8 53 3B
Octal 355 131 102 0 76 110 7 10 123 73
Binary 11101101 1011001 1000010 0 111110 1001000 111 1000 1010011 111011

Color Harmonies of #ED5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5942

Black with #ED5942

Text Example


Text Example

White with #ED5942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5942; }

 p { color: rgb(237,89,66); }

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

background-color css

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

 a { background-color: rgb(237,89,66); }

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

border-color css

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

 span { border-color: rgb(237,89,66); }

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