Html Css Color HEX #EDAC7A Tacao

📋 copy color: '#EDAC7A'

red 237 ◦ green 172 ◦ blue 122

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

Shades of Tacao #EDAC7A

Tints of Tacao #EDAC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.98%

R = 44.63%
G = 32.39%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDAC7A (or 0xEDAC7A) is known color: Tacao. HEX triplet: ED, AC and 7A. RGB value is (237,172,122). Sum of RGB (Red+Green+Blue) = 237+172+122=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC7A is #125385. Grayscale: #B9B9B9. Windows color (decimal): -1201030 or 8039661. OLE color: 8039661.

HSL color Cylindrical-coordinate representation of color #EDAC7A: hue angle of 26.09º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDAC7A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 122 -
CMYK 0 0.27 0.49 0.07
HSL 26.09º 0.76% 0.7% -
HSV(B) 26.09º 0.49% 0.93% -
XYZ 53.19 48.91 25.05 -
YUV 185.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 237 172 122 0 0.27 0.49 0.07 26.09 0.76 0.7
Hex ED AC 7A 0 1B 31 7 1A 4C 46
Octal 355 254 172 0 33 61 7 32 114 106
Binary 11101101 10101100 1111010 0 11011 110001 111 11010 1001100 1000110

Color Harmonies of #EDAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC7A

Black with #EDAC7A

Text Example


Text Example

White with #EDAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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