Html Css Color HEX #EDAC7C Tacao

📋 copy color: '#EDAC7C'

red 237 ◦ green 172 ◦ blue 124

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

Shades of Tacao #EDAC7C

Tints of Tacao #EDAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 44.47%
G = 32.27%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDAC7C (or 0xEDAC7C) is known color: Tacao. HEX triplet: ED, AC and 7C. RGB value is (237,172,124). Sum of RGB (Red+Green+Blue) = 237+172+124=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC7C is #125383. Grayscale: #BABABA. Windows color (decimal): -1201028 or 8170733. OLE color: 8170733.

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

Color convert

RGB 237 172 124 -
CMYK 0 0.27 0.48 0.07
HSL 25.49º 0.76% 0.71% -
HSV(B) 25.49º 0.48% 0.93% -
XYZ 53.32 48.96 25.71 -
YUV 185.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 237 172 124 0 0.27 0.48 0.07 25.49 0.76 0.71
Hex ED AC 7C 0 1B 30 7 19 4C 47
Octal 355 254 174 0 33 60 7 31 114 107
Binary 11101101 10101100 1111100 0 11011 110000 111 11001 1001100 1000111

Color Harmonies of #EDAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC7C

Black with #EDAC7C

Text Example


Text Example

White with #EDAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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