Html Css Color HEX #EDA772 Tacao

📋 copy color: '#EDA772'

red 237 ◦ green 167 ◦ blue 114

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

Shades of Tacao #EDA772

Tints of Tacao #EDA772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 45.75%
G = 32.24%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDA772 (or 0xEDA772) is known color: Tacao. HEX triplet: ED, A7 and 72. RGB value is (237,167,114). Sum of RGB (Red+Green+Blue) = 237+167+114=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA772 is #12588D. Grayscale: #B6B6B6. Windows color (decimal): -1202318 or 7514093. OLE color: 7514093.

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

Color convert

RGB 237 167 114 -
CMYK 0 0.30 0.52 0.07
HSL 25.85º 0.77% 0.69% -
HSV(B) 25.85º 0.52% 0.93% -
XYZ 51.78 46.86 22.23 -
YUV 181.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 237 167 114 0 0.30 0.52 0.07 25.85 0.77 0.69
Hex ED A7 72 0 1E 34 7 1A 4D 45
Octal 355 247 162 0 36 64 7 32 115 105
Binary 11101101 10100111 1110010 0 11110 110100 111 11010 1001101 1000101

Color Harmonies of #EDA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA772

Black with #EDA772

Text Example


Text Example

White with #EDA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA772; }

 p { color: rgb(237,167,114); }

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

background-color css

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

 a { background-color: rgb(237,167,114); }

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

border-color css

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

 span { border-color: rgb(237,167,114); }

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