Html Css Color HEX #EDA87D Tacao

📋 copy color: '#EDA87D'

red 237 ◦ green 168 ◦ blue 125

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

Shades of Tacao #EDA87D

Tints of Tacao #EDA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.7%

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

R = 44.72%
G = 31.7%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDA87D (or 0xEDA87D) is known color: Tacao. HEX triplet: ED, A8 and 7D. RGB value is (237,168,125). Sum of RGB (Red+Green+Blue) = 237+168+125=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA87D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA87D is #125782. Grayscale: #B7B7B7. Windows color (decimal): -1202051 or 8235245. OLE color: 8235245.

HSL color Cylindrical-coordinate representation of color #EDA87D: hue angle of 23.04º 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 #EDA87D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 125 -
CMYK 0 0.29 0.47 0.07
HSL 23.04º 0.76% 0.71% -
HSV(B) 23.04º 0.47% 0.93% -
XYZ 52.63 47.49 25.79 -
YUV 183.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 237 168 125 0 0.29 0.47 0.07 23.04 0.76 0.71
Hex ED A8 7D 0 1D 2F 7 17 4C 47
Octal 355 250 175 0 35 57 7 27 114 107
Binary 11101101 10101000 1111101 0 11101 101111 111 10111 1001100 1000111

Color Harmonies of #EDA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA87D

Black with #EDA87D

Text Example


Text Example

White with #EDA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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