Html Css Color HEX #EDAC7E Tacao

📋 copy color: '#EDAC7E'

red 237 ◦ green 172 ◦ blue 126

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

Shades of Tacao #EDAC7E

Tints of Tacao #EDAC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.55%

R = 44.3%
G = 32.15%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDAC7E (or 0xEDAC7E) is known color: Tacao. HEX triplet: ED, AC and 7E. RGB value is (237,172,126). Sum of RGB (Red+Green+Blue) = 237+172+126=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC7E is #125381. Grayscale: #BABABA. Windows color (decimal): -1201026 or 8301805. OLE color: 8301805.

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

Color convert

RGB 237 172 126 -
CMYK 0 0.27 0.47 0.07
HSL 24.86º 0.76% 0.71% -
HSV(B) 24.86º 0.47% 0.93% -
XYZ 53.44 49.02 26.38 -
YUV 186.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 237 172 126 0 0.27 0.47 0.07 24.86 0.76 0.71
Hex ED AC 7E 0 1B 2F 7 19 4C 47
Octal 355 254 176 0 33 57 7 31 114 107
Binary 11101101 10101100 1111110 0 11011 101111 111 11001 1001100 1000111

Color Harmonies of #EDAC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC7E

Black with #EDAC7E

Text Example


Text Example

White with #EDAC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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