Html Css Color HEX #EDAC7B Tacao

📋 copy color: '#EDAC7B'

red 237 ◦ green 172 ◦ blue 123

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

Shades of Tacao #EDAC7B

Tints of Tacao #EDAC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.12%

R = 44.55%
G = 32.33%
B = 23.12%

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

#EDAC7B (or 0xEDAC7B) is known color: Tacao. HEX triplet: ED, AC and 7B. RGB value is (237,172,123). Sum of RGB (Red+Green+Blue) = 237+172+123=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC7B is #125384. Grayscale: #BABABA. Windows color (decimal): -1201029 or 8105197. OLE color: 8105197.

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

Color convert

RGB 237 172 123 -
CMYK 0 0.27 0.48 0.07
HSL 25.79º 0.76% 0.71% -
HSV(B) 25.79º 0.48% 0.93% -
XYZ 53.25 48.94 25.38 -
YUV 185.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 237 172 123 0 0.27 0.48 0.07 25.79 0.76 0.71
Hex ED AC 7B 0 1B 30 7 1A 4C 47
Octal 355 254 173 0 33 60 7 32 114 107
Binary 11101101 10101100 1111011 0 11011 110000 111 11010 1001100 1000111

Color Harmonies of #EDAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC7B

Black with #EDAC7B

Text Example


Text Example

White with #EDAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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