Html Css Color HEX #EDA47C Tacao

📋 copy color: '#EDA47C'

red 237 ◦ green 164 ◦ blue 124

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

Shades of Tacao #EDA47C

Tints of Tacao #EDA47C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.24%

 BLUE value IS 124 (48.83% from 255) = 23.62%

R = 45.14%
G = 31.24%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDA47C (or 0xEDA47C) is known color: Tacao. HEX triplet: ED, A4 and 7C. RGB value is (237,164,124). Sum of RGB (Red+Green+Blue) = 237+164+124=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA47C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA47C is #125B83. Grayscale: #B5B5B5. Windows color (decimal): -1203076 or 8168685. OLE color: 8168685.

HSL color Cylindrical-coordinate representation of color #EDA47C: hue angle of 21.24º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDA47C is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 124 -
CMYK 0 0.31 0.48 0.07
HSL 21.24º 0.76% 0.71% -
HSV(B) 21.24º 0.48% 0.93% -
XYZ 51.84 46.01 25.22 -
YUV 181.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 237 164 124 0 0.31 0.48 0.07 21.24 0.76 0.71
Hex ED A4 7C 0 1F 30 7 15 4C 47
Octal 355 244 174 0 37 60 7 25 114 107
Binary 11101101 10100100 1111100 0 11111 110000 111 10101 1001100 1000111

Color Harmonies of #EDA47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA47C

Black with #EDA47C

Text Example


Text Example

White with #EDA47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA47C; }

 p { color: rgb(237,164,124); }

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

background-color css

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

 a { background-color: rgb(237,164,124); }

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

border-color css

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

 span { border-color: rgb(237,164,124); }

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