Html Css Color HEX #EDA870 Tacao

📋 copy color: '#EDA870'

red 237 ◦ green 168 ◦ blue 112

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

Shades of Tacao #EDA870

Tints of Tacao #EDA870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 45.84%
G = 32.5%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDA870 (or 0xEDA870) is known color: Tacao. HEX triplet: ED, A8 and 70. RGB value is (237,168,112). Sum of RGB (Red+Green+Blue) = 237+168+112=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA870 is #12578F. Grayscale: #B6B6B6. Windows color (decimal): -1202064 or 7383277. OLE color: 7383277.

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

Color convert

RGB 237 168 112 -
CMYK 0 0.29 0.53 0.07
HSL 26.88º 0.78% 0.68% -
HSV(B) 26.88º 0.53% 0.93% -
XYZ 51.85 47.18 21.7 -
YUV 182.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 237 168 112 0 0.29 0.53 0.07 26.88 0.78 0.68
Hex ED A8 70 0 1D 35 7 1B 4E 44
Octal 355 250 160 0 35 65 7 33 116 104
Binary 11101101 10101000 1110000 0 11101 110101 111 11011 1001110 1000100

Color Harmonies of #EDA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA870

Black with #EDA870

Text Example


Text Example

White with #EDA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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