Html Css Color HEX #EDAD6F Tacao

📋 copy color: '#EDAD6F'

red 237 ◦ green 173 ◦ blue 111

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

Shades of Tacao #EDAD6F

Tints of Tacao #EDAD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.31%

R = 45.49%
G = 33.21%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDAD6F (or 0xEDAD6F) is known color: Tacao. HEX triplet: ED, AD and 6F. RGB value is (237,173,111). Sum of RGB (Red+Green+Blue) = 237+173+111=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD6F is #125290. Grayscale: #B9B9B9. Windows color (decimal): -1200785 or 7319021. OLE color: 7319021.

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

Color convert

RGB 237 173 111 -
CMYK 0 0.27 0.53 0.07
HSL 29.52º 0.78% 0.68% -
HSV(B) 29.52º 0.53% 0.93% -
XYZ 52.74 49.04 21.72 -
YUV 185.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 237 173 111 0 0.27 0.53 0.07 29.52 0.78 0.68
Hex ED AD 6F 0 1B 35 7 1E 4E 44
Octal 355 255 157 0 33 65 7 36 116 104
Binary 11101101 10101101 1101111 0 11011 110101 111 11110 1001110 1000100

Color Harmonies of #EDAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD6F

Black with #EDAD6F

Text Example


Text Example

White with #EDAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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