Html Css Color HEX #ED674E Flamingo

📋 copy color: '#ED674E'

red 237 ◦ green 103 ◦ blue 78

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

Shades of Flamingo #ED674E

Tints of Flamingo #ED674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.64%

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 56.7%
G = 24.64%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED674E (or 0xED674E) is known color: Flamingo. HEX triplet: ED, 67 and 4E. RGB value is (237,103,78). Sum of RGB (Red+Green+Blue) = 237+103+78=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED674E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED674E is #1298B1. Grayscale: #8C8C8C. Windows color (decimal): -1218738 or 5138413. OLE color: 5138413.

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

Color convert

RGB 237 103 78 -
CMYK 0 0.57 0.67 0.07
HSL 9.43º 0.82% 0.62% -
HSV(B) 9.43º 0.67% 0.93% -
XYZ 41.15 28.26 10.49 -
YUV 140.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 237 103 78 0 0.57 0.67 0.07 9.43 0.82 0.62
Hex ED 67 4E 0 39 43 7 9 52 3E
Octal 355 147 116 0 71 103 7 11 122 76
Binary 11101101 1100111 1001110 0 111001 1000011 111 1001 1010010 111110

Color Harmonies of #ED674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED674E

Black with #ED674E

Text Example


Text Example

White with #ED674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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