Html Css Color HEX #EDA873 Tacao

📋 copy color: '#EDA873'

red 237 ◦ green 168 ◦ blue 115

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

Shades of Tacao #EDA873

Tints of Tacao #EDA873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.12%

R = 45.58%
G = 32.31%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA873 (or 0xEDA873) is known color: Tacao. HEX triplet: ED, A8 and 73. RGB value is (237,168,115). Sum of RGB (Red+Green+Blue) = 237+168+115=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA873 is #12578C. Grayscale: #B6B6B6. Windows color (decimal): -1202061 or 7579885. OLE color: 7579885.

HSL color Cylindrical-coordinate representation of color #EDA873: hue angle of 26.07º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDA873 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 115 -
CMYK 0 0.29 0.51 0.07
HSL 26.07º 0.77% 0.69% -
HSV(B) 26.07º 0.51% 0.93% -
XYZ 52.02 47.25 22.6 -
YUV 182.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 237 168 115 0 0.29 0.51 0.07 26.07 0.77 0.69
Hex ED A8 73 0 1D 33 7 1A 4D 45
Octal 355 250 163 0 35 63 7 32 115 105
Binary 11101101 10101000 1110011 0 11101 110011 111 11010 1001101 1000101

Color Harmonies of #EDA873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA873

Black with #EDA873

Text Example


Text Example

White with #EDA873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA873; }

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

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

background-color css

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

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

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

border-color css

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

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

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