Html Css Color HEX #ED6143 Flamingo

📋 copy color: '#ED6143'

red 237 ◦ green 97 ◦ blue 67

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

Shades of Flamingo #ED6143

Tints of Flamingo #ED6143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.71%

R = 59.1%
G = 24.19%
B = 16.71%

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

#ED6143 (or 0xED6143) is known color: Flamingo. HEX triplet: ED, 61 and 43. RGB value is (237,97,67). Sum of RGB (Red+Green+Blue) = 237+97+67=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6143 is #129EBC. Grayscale: #878787. Windows color (decimal): -1220285 or 4415981. OLE color: 4415981.

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

Color convert

RGB 237 97 67 -
CMYK 0 0.59 0.72 0.07
HSL 10.59º 0.83% 0.6% -
HSV(B) 10.59º 0.72% 0.93% -
XYZ 40.21 26.96 8.39 -
YUV 135.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 237 97 67 0 0.59 0.72 0.07 10.59 0.83 0.6
Hex ED 61 43 0 3B 48 7 B 53 3C
Octal 355 141 103 0 73 110 7 13 123 74
Binary 11101101 1100001 1000011 0 111011 1001000 111 1011 1010011 111100

Color Harmonies of #ED6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6143

Black with #ED6143

Text Example


Text Example

White with #ED6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6143; }

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

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

background-color css

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

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

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

border-color css

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

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

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