Html Css Color HEX #EDA981 Tacao

📋 copy color: '#EDA981'

red 237 ◦ green 169 ◦ blue 129

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

Shades of Tacao #EDA981

Tints of Tacao #EDA981

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 129 (50.78% from 255) = 24.11%

R = 44.3%
G = 31.59%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDA981 (or 0xEDA981) is known color: Tacao. HEX triplet: ED, A9 and 81. RGB value is (237,169,129). Sum of RGB (Red+Green+Blue) = 237+169+129=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA981 is #12567E. Grayscale: #B9B9B9. Windows color (decimal): -1201791 or 8497645. OLE color: 8497645.

HSL color Cylindrical-coordinate representation of color #EDA981: hue angle of 22.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA981 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 129 -
CMYK 0 0.29 0.46 0.07
HSL 22.22º 0.75% 0.72% -
HSV(B) 22.22º 0.46% 0.93% -
XYZ 53.08 47.97 27.23 -
YUV 184.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 237 169 129 0 0.29 0.46 0.07 22.22 0.75 0.72
Hex ED A9 81 0 1D 2E 7 16 4B 48
Octal 355 251 201 0 35 56 7 26 113 110
Binary 11101101 10101001 10000001 0 11101 101110 111 10110 1001011 1001000

Color Harmonies of #EDA981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA981

Black with #EDA981

Text Example


Text Example

White with #EDA981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA981; }

 p { color: rgb(237,169,129); }

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

background-color css

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

 a { background-color: rgb(237,169,129); }

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

border-color css

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

 span { border-color: rgb(237,169,129); }

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