Html Css Color HEX #EDAC74 Tacao

📋 copy color: '#EDAC74'

red 237 ◦ green 172 ◦ blue 116

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

Shades of Tacao #EDAC74

Tints of Tacao #EDAC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.76%

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

R = 45.14%
G = 32.76%
B = 22.1%

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

#EDAC74 (or 0xEDAC74) is known color: Tacao. HEX triplet: ED, AC and 74. RGB value is (237,172,116). Sum of RGB (Red+Green+Blue) = 237+172+116=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC74 is #12538B. Grayscale: #B9B9B9. Windows color (decimal): -1201036 or 7646445. OLE color: 7646445.

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

Color convert

RGB 237 172 116 -
CMYK 0 0.27 0.51 0.07
HSL 27.77º 0.77% 0.69% -
HSV(B) 27.77º 0.51% 0.93% -
XYZ 52.83 48.77 23.15 -
YUV 185.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 237 172 116 0 0.27 0.51 0.07 27.77 0.77 0.69
Hex ED AC 74 0 1B 33 7 1C 4D 45
Octal 355 254 164 0 33 63 7 34 115 105
Binary 11101101 10101100 1110100 0 11011 110011 111 11100 1001101 1000101

Color Harmonies of #EDAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC74

Black with #EDAC74

Text Example


Text Example

White with #EDAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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