Html Css Color HEX #EDAC6E Tacao

📋 copy color: '#EDAC6E'

red 237 ◦ green 172 ◦ blue 110

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

Shades of Tacao #EDAC6E

Tints of Tacao #EDAC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.19%

R = 45.66%
G = 33.14%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDAC6E (or 0xEDAC6E) is known color: Tacao. HEX triplet: ED, AC and 6E. RGB value is (237,172,110). Sum of RGB (Red+Green+Blue) = 237+172+110=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC6E is #125391. Grayscale: #B8B8B8. Windows color (decimal): -1201042 or 7253229. OLE color: 7253229.

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

Color convert

RGB 237 172 110 -
CMYK 0 0.27 0.54 0.07
HSL 29.29º 0.78% 0.68% -
HSV(B) 29.29º 0.54% 0.93% -
XYZ 52.49 48.64 21.37 -
YUV 184.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 237 172 110 0 0.27 0.54 0.07 29.29 0.78 0.68
Hex ED AC 6E 0 1B 36 7 1D 4E 44
Octal 355 254 156 0 33 66 7 35 116 104
Binary 11101101 10101100 1101110 0 11011 110110 111 11101 1001110 1000100

Color Harmonies of #EDAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC6E

Black with #EDAC6E

Text Example


Text Example

White with #EDAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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