Html Css Color HEX #EDA674 Tacao

📋 copy color: '#EDA674'

red 237 ◦ green 166 ◦ blue 116

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

Shades of Tacao #EDA674

Tints of Tacao #EDA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.98%

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

R = 45.66%
G = 31.98%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA674 (or 0xEDA674) is known color: Tacao. HEX triplet: ED, A6 and 74. RGB value is (237,166,116). Sum of RGB (Red+Green+Blue) = 237+166+116=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA674 is #12598B. Grayscale: #B5B5B5. Windows color (decimal): -1202572 or 7644909. OLE color: 7644909.

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

Color convert

RGB 237 166 116 -
CMYK 0 0.30 0.51 0.07
HSL 24.79º 0.77% 0.69% -
HSV(B) 24.79º 0.51% 0.93% -
XYZ 51.71 46.54 22.78 -
YUV 181.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 237 166 116 0 0.30 0.51 0.07 24.79 0.77 0.69
Hex ED A6 74 0 1E 33 7 19 4D 45
Octal 355 246 164 0 36 63 7 31 115 105
Binary 11101101 10100110 1110100 0 11110 110011 111 11001 1001101 1000101

Color Harmonies of #EDA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA674

Black with #EDA674

Text Example


Text Example

White with #EDA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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