Html Css Color HEX #EDA473 Tacao

📋 copy color: '#EDA473'

red 237 ◦ green 164 ◦ blue 115

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

Shades of Tacao #EDA473

Tints of Tacao #EDA473

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.78%

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

R = 45.93%
G = 31.78%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA473 (or 0xEDA473) is known color: Tacao. HEX triplet: ED, A4 and 73. RGB value is (237,164,115). Sum of RGB (Red+Green+Blue) = 237+164+115=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA473 is #125B8C. Grayscale: #B4B4B4. Windows color (decimal): -1203085 or 7578861. OLE color: 7578861.

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

Color convert

RGB 237 164 115 -
CMYK 0 0.31 0.51 0.07
HSL 24.1º 0.77% 0.69% -
HSV(B) 24.1º 0.51% 0.93% -
XYZ 51.3 45.79 22.36 -
YUV 180.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 237 164 115 0 0.31 0.51 0.07 24.1 0.77 0.69
Hex ED A4 73 0 1F 33 7 18 4D 45
Octal 355 244 163 0 37 63 7 30 115 105
Binary 11101101 10100100 1110011 0 11111 110011 111 11000 1001101 1000101

Color Harmonies of #EDA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA473

Black with #EDA473

Text Example


Text Example

White with #EDA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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