Html Css Color HEX #EDAF73 Tacao

📋 copy color: '#EDAF73'

red 237 ◦ green 175 ◦ blue 115

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

Shades of Tacao #EDAF73

Tints of Tacao #EDAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.21%

 BLUE value IS 115 (45.31% from 255) = 21.82%

R = 44.97%
G = 33.21%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDAF73 (or 0xEDAF73) is known color: Tacao. HEX triplet: ED, AF and 73. RGB value is (237,175,115). Sum of RGB (Red+Green+Blue) = 237+175+115=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF73 is #12508C. Grayscale: #BBBBBB. Windows color (decimal): -1200269 or 7581677. OLE color: 7581677.

HSL color Cylindrical-coordinate representation of color #EDAF73: hue angle of 29.51º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDAF73 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 115 -
CMYK 0 0.26 0.51 0.07
HSL 29.51º 0.77% 0.69% -
HSV(B) 29.51º 0.51% 0.93% -
XYZ 53.35 49.9 23.04 -
YUV 186.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 237 175 115 0 0.26 0.51 0.07 29.51 0.77 0.69
Hex ED AF 73 0 1A 33 7 1E 4D 45
Octal 355 257 163 0 32 63 7 36 115 105
Binary 11101101 10101111 1110011 0 11010 110011 111 11110 1001101 1000101

Color Harmonies of #EDAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF73

Black with #EDAF73

Text Example


Text Example

White with #EDAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF73; }

 p { color: rgb(237,175,115); }

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

background-color css

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

 a { background-color: rgb(237,175,115); }

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

border-color css

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

 span { border-color: rgb(237,175,115); }

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