Html Css Color HEX #EDA376 Tacao

📋 copy color: '#EDA376'

red 237 ◦ green 163 ◦ blue 118

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

Shades of Tacao #EDA376

Tints of Tacao #EDA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

 BLUE value IS 118 (46.48% from 255) = 22.78%

R = 45.75%
G = 31.47%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDA376 (or 0xEDA376) is known color: Tacao. HEX triplet: ED, A3 and 76. RGB value is (237,163,118). Sum of RGB (Red+Green+Blue) = 237+163+118=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA376 is #125C89. Grayscale: #B4B4B4. Windows color (decimal): -1203338 or 7775213. OLE color: 7775213.

HSL color Cylindrical-coordinate representation of color #EDA376: hue angle of 22.69º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDA376 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 118 -
CMYK 0 0.31 0.50 0.07
HSL 22.69º 0.77% 0.7% -
HSV(B) 22.69º 0.5% 0.93% -
XYZ 51.29 45.51 23.22 -
YUV 180 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 237 163 118 0 0.31 0.50 0.07 22.69 0.77 0.7
Hex ED A3 76 0 1F 32 7 17 4D 46
Octal 355 243 166 0 37 62 7 27 115 106
Binary 11101101 10100011 1110110 0 11111 110010 111 10111 1001101 1000110

Color Harmonies of #EDA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA376

Black with #EDA376

Text Example


Text Example

White with #EDA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA376; }

 p { color: rgb(237,163,118); }

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

background-color css

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

 a { background-color: rgb(237,163,118); }

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

border-color css

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

 span { border-color: rgb(237,163,118); }

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