Html Css Color HEX #ED6142 Flamingo

📋 copy color: '#ED6142'

red 237 ◦ green 97 ◦ blue 66

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

Shades of Flamingo #ED6142

Tints of Flamingo #ED6142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

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

R = 59.25%
G = 24.25%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED6142 (or 0xED6142) is known color: Flamingo. HEX triplet: ED, 61 and 42. RGB value is (237,97,66). Sum of RGB (Red+Green+Blue) = 237+97+66=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6142 is #129EBD. Grayscale: #878787. Windows color (decimal): -1220286 or 4350445. OLE color: 4350445.

HSL color Cylindrical-coordinate representation of color #ED6142: hue angle of 10.88º 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 #ED6142 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 66 -
CMYK 0 0.59 0.72 0.07
HSL 10.88º 0.83% 0.59% -
HSV(B) 10.88º 0.72% 0.93% -
XYZ 40.18 26.95 8.24 -
YUV 135.33 88.88 200.52 -
System Red Green Blue C M Y K H S L
Decimal 237 97 66 0 0.59 0.72 0.07 10.88 0.83 0.59
Hex ED 61 42 0 3B 48 7 B 53 3B
Octal 355 141 102 0 73 110 7 13 123 73
Binary 11101101 1100001 1000010 0 111011 1001000 111 1011 1010011 111011

Color Harmonies of #ED6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6142

Black with #ED6142

Text Example


Text Example

White with #ED6142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6142; }

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

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

background-color css

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

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

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

border-color css

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

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

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