Html Css Color HEX #EDAD7E Tacao

📋 copy color: '#EDAD7E'

red 237 ◦ green 173 ◦ blue 126

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

Shades of Tacao #EDAD7E

Tints of Tacao #EDAD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.28%

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

R = 44.22%
G = 32.28%
B = 23.51%

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

#EDAD7E (or 0xEDAD7E) is known color: Tacao. HEX triplet: ED, AD and 7E. RGB value is (237,173,126). Sum of RGB (Red+Green+Blue) = 237+173+126=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 126 (49.61% from 255 or 23.51% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD7E is #125281. Grayscale: #BBBBBB. Windows color (decimal): -1200770 or 8302061. OLE color: 8302061.

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

Color convert

RGB 237 173 126 -
CMYK 0 0.27 0.47 0.07
HSL 25.41º 0.76% 0.71% -
HSV(B) 25.41º 0.47% 0.93% -
XYZ 53.63 49.4 26.45 -
YUV 186.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 237 173 126 0 0.27 0.47 0.07 25.41 0.76 0.71
Hex ED AD 7E 0 1B 2F 7 19 4C 47
Octal 355 255 176 0 33 57 7 31 114 107
Binary 11101101 10101101 1111110 0 11011 101111 111 11001 1001100 1000111

Color Harmonies of #EDAD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD7E

Black with #EDAD7E

Text Example


Text Example

White with #EDAD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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