Html Css Color HEX #EDA978 Tacao

📋 copy color: '#EDA978'

red 237 ◦ green 169 ◦ blue 120

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

Shades of Tacao #EDA978

Tints of Tacao #EDA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.81%

R = 45.06%
G = 32.13%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDA978 (or 0xEDA978) is known color: Tacao. HEX triplet: ED, A9 and 78. RGB value is (237,169,120). Sum of RGB (Red+Green+Blue) = 237+169+120=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA978 is #125687. Grayscale: #B8B8B8. Windows color (decimal): -1201800 or 7907821. OLE color: 7907821.

HSL color Cylindrical-coordinate representation of color #EDA978: hue angle of 25.13º 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 #EDA978 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 169 120 -
CMYK 0 0.29 0.49 0.07
HSL 25.13º 0.76% 0.7% -
HSV(B) 25.13º 0.49% 0.93% -
XYZ 52.5 47.74 24.22 -
YUV 183.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 237 169 120 0 0.29 0.49 0.07 25.13 0.76 0.7
Hex ED A9 78 0 1D 31 7 19 4C 46
Octal 355 251 170 0 35 61 7 31 114 106
Binary 11101101 10101001 1111000 0 11101 110001 111 11001 1001100 1000110

Color Harmonies of #EDA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA978

Black with #EDA978

Text Example


Text Example

White with #EDA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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