Html Css Color HEX #EDA474 Tacao

📋 copy color: '#EDA474'

red 237 ◦ green 164 ◦ blue 116

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

Shades of Tacao #EDA474

Tints of Tacao #EDA474

RGB

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

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

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

R = 45.84%
G = 31.72%
B = 22.44%

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

#EDA474 (or 0xEDA474) is known color: Tacao. HEX triplet: ED, A4 and 74. RGB value is (237,164,116). Sum of RGB (Red+Green+Blue) = 237+164+116=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA474 is #125B8B. Grayscale: #B4B4B4. Windows color (decimal): -1203084 or 7644397. OLE color: 7644397.

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

Color convert

RGB 237 164 116 -
CMYK 0 0.31 0.51 0.07
HSL 23.8º 0.77% 0.69% -
HSV(B) 23.8º 0.51% 0.93% -
XYZ 51.35 45.82 22.66 -
YUV 180.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 237 164 116 0 0.31 0.51 0.07 23.8 0.77 0.69
Hex ED A4 74 0 1F 33 7 18 4D 45
Octal 355 244 164 0 37 63 7 30 115 105
Binary 11101101 10100100 1110100 0 11111 110011 111 11000 1001101 1000101

Color Harmonies of #EDA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA474

Black with #EDA474

Text Example


Text Example

White with #EDA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA474; }

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

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

background-color css

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

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

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

border-color css

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

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

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