Html Css Color HEX #EDAD74 Tacao

📋 copy color: '#EDAD74'

red 237 ◦ green 173 ◦ blue 116

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

Shades of Tacao #EDAD74

Tints of Tacao #EDAD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

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

R = 45.06%
G = 32.89%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDAD74 (or 0xEDAD74) is known color: Tacao. HEX triplet: ED, AD and 74. RGB value is (237,173,116). Sum of RGB (Red+Green+Blue) = 237+173+116=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD74 is #12528B. Grayscale: #B9B9B9. Windows color (decimal): -1200780 or 7646701. OLE color: 7646701.

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

Color convert

RGB 237 173 116 -
CMYK 0 0.27 0.51 0.07
HSL 28.26º 0.77% 0.69% -
HSV(B) 28.26º 0.51% 0.93% -
XYZ 53.02 49.15 23.22 -
YUV 185.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 237 173 116 0 0.27 0.51 0.07 28.26 0.77 0.69
Hex ED AD 74 0 1B 33 7 1C 4D 45
Octal 355 255 164 0 33 63 7 34 115 105
Binary 11101101 10101101 1110100 0 11011 110011 111 11100 1001101 1000101

Color Harmonies of #EDAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD74

Black with #EDAD74

Text Example


Text Example

White with #EDAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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