Html Css Color HEX #ED664F Flamingo

📋 copy color: '#ED664F'

red 237 ◦ green 102 ◦ blue 79

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

Shades of Flamingo #ED664F

Tints of Flamingo #ED664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

 BLUE value IS 79 (31.25% from 255) = 18.9%

R = 56.7%
G = 24.4%
B = 18.9%

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

#ED664F (or 0xED664F) is known color: Flamingo. HEX triplet: ED, 66 and 4F. RGB value is (237,102,79). Sum of RGB (Red+Green+Blue) = 237+102+79=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED664F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED664F is #1299B0. Grayscale: #8B8B8B. Windows color (decimal): -1218993 or 5203693. OLE color: 5203693.

HSL color Cylindrical-coordinate representation of color #ED664F: hue angle of 8.73º degrees, saturation: 0.81, 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 #ED664F is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 79 -
CMYK 0 0.57 0.67 0.07
HSL 8.73º 0.81% 0.62% -
HSV(B) 8.73º 0.67% 0.93% -
XYZ 41.09 28.07 10.65 -
YUV 139.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 237 102 79 0 0.57 0.67 0.07 8.73 0.81 0.62
Hex ED 66 4F 0 39 43 7 9 51 3E
Octal 355 146 117 0 71 103 7 11 121 76
Binary 11101101 1100110 1001111 0 111001 1000011 111 1001 1010001 111110

Color Harmonies of #ED664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED664F

Black with #ED664F

Text Example


Text Example

White with #ED664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED664F; }

 p { color: rgb(237,102,79); }

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

background-color css

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

 a { background-color: rgb(237,102,79); }

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

border-color css

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

 span { border-color: rgb(237,102,79); }

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