Html Css Color HEX #EDA47D Tacao

📋 copy color: '#EDA47D'

red 237 ◦ green 164 ◦ blue 125

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

Shades of Tacao #EDA47D

Tints of Tacao #EDA47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.76%

R = 45.06%
G = 31.18%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDA47D (or 0xEDA47D) is known color: Tacao. HEX triplet: ED, A4 and 7D. RGB value is (237,164,125). Sum of RGB (Red+Green+Blue) = 237+164+125=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA47D is #125B82. Grayscale: #B5B5B5. Windows color (decimal): -1203075 or 8234221. OLE color: 8234221.

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

Color convert

RGB 237 164 125 -
CMYK 0 0.31 0.47 0.07
HSL 20.89º 0.76% 0.71% -
HSV(B) 20.89º 0.47% 0.93% -
XYZ 51.9 46.04 25.55 -
YUV 181.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 237 164 125 0 0.31 0.47 0.07 20.89 0.76 0.71
Hex ED A4 7D 0 1F 2F 7 15 4C 47
Octal 355 244 175 0 37 57 7 25 114 107
Binary 11101101 10100100 1111101 0 11111 101111 111 10101 1001100 1000111

Color Harmonies of #EDA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA47D

Black with #EDA47D

Text Example


Text Example

White with #EDA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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