Html Css Color HEX #EDA379 Tacao

📋 copy color: '#EDA379'

red 237 ◦ green 163 ◦ blue 121

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

Shades of Tacao #EDA379

Tints of Tacao #EDA379

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.29%

 BLUE value IS 121 (47.66% from 255) = 23.22%

R = 45.49%
G = 31.29%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDA379 (or 0xEDA379) is known color: Tacao. HEX triplet: ED, A3 and 79. RGB value is (237,163,121). Sum of RGB (Red+Green+Blue) = 237+163+121=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA379 is #125C86. Grayscale: #B4B4B4. Windows color (decimal): -1203335 or 7971821. OLE color: 7971821.

HSL color Cylindrical-coordinate representation of color #EDA379: hue angle of 21.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDA379 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 121 -
CMYK 0 0.31 0.49 0.07
HSL 21.72º 0.76% 0.7% -
HSV(B) 21.72º 0.49% 0.93% -
XYZ 51.47 45.58 24.17 -
YUV 180.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 237 163 121 0 0.31 0.49 0.07 21.72 0.76 0.7
Hex ED A3 79 0 1F 31 7 16 4C 46
Octal 355 243 171 0 37 61 7 26 114 106
Binary 11101101 10100011 1111001 0 11111 110001 111 10110 1001100 1000110

Color Harmonies of #EDA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA379

Black with #EDA379

Text Example


Text Example

White with #EDA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA379; }

 p { color: rgb(237,163,121); }

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

background-color css

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

 a { background-color: rgb(237,163,121); }

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

border-color css

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

 span { border-color: rgb(237,163,121); }

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