Html Css Color HEX #EDA874 Tacao

📋 copy color: '#EDA874'

red 237 ◦ green 168 ◦ blue 116

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

Shades of Tacao #EDA874

Tints of Tacao #EDA874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 45.49%
G = 32.25%
B = 22.26%

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

#EDA874 (or 0xEDA874) is known color: Tacao. HEX triplet: ED, A8 and 74. RGB value is (237,168,116). Sum of RGB (Red+Green+Blue) = 237+168+116=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA874 is #12578B. Grayscale: #B6B6B6. Windows color (decimal): -1202060 or 7645421. OLE color: 7645421.

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

Color convert

RGB 237 168 116 -
CMYK 0 0.29 0.51 0.07
HSL 25.79º 0.77% 0.69% -
HSV(B) 25.79º 0.51% 0.93% -
XYZ 52.08 47.27 22.9 -
YUV 182.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 237 168 116 0 0.29 0.51 0.07 25.79 0.77 0.69
Hex ED A8 74 0 1D 33 7 1A 4D 45
Octal 355 250 164 0 35 63 7 32 115 105
Binary 11101101 10101000 1110100 0 11101 110011 111 11010 1001101 1000101

Color Harmonies of #EDA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA874

Black with #EDA874

Text Example


Text Example

White with #EDA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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