Html Css Color HEX #EDA871 Tacao

📋 copy color: '#EDA871'

red 237 ◦ green 168 ◦ blue 113

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

Shades of Tacao #EDA871

Tints of Tacao #EDA871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.81%

R = 45.75%
G = 32.43%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDA871 (or 0xEDA871) is known color: Tacao. HEX triplet: ED, A8 and 71. RGB value is (237,168,113). Sum of RGB (Red+Green+Blue) = 237+168+113=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA871 is #12578E. Grayscale: #B6B6B6. Windows color (decimal): -1202063 or 7448813. OLE color: 7448813.

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

Color convert

RGB 237 168 113 -
CMYK 0 0.29 0.52 0.07
HSL 26.61º 0.78% 0.69% -
HSV(B) 26.61º 0.52% 0.93% -
XYZ 51.91 47.2 22 -
YUV 182.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 237 168 113 0 0.29 0.52 0.07 26.61 0.78 0.69
Hex ED A8 71 0 1D 34 7 1B 4E 45
Octal 355 250 161 0 35 64 7 33 116 105
Binary 11101101 10101000 1110001 0 11101 110100 111 11011 1001110 1000101

Color Harmonies of #EDA871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA871

Black with #EDA871

Text Example


Text Example

White with #EDA871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA871; }

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

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

background-color css

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

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

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

border-color css

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

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

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