Html Css Color HEX #EDAD78 Tacao

📋 copy color: '#EDAD78'

red 237 ◦ green 173 ◦ blue 120

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

Shades of Tacao #EDAD78

Tints of Tacao #EDAD78

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.64%

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

R = 44.72%
G = 32.64%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDAD78 (or 0xEDAD78) is known color: Tacao. HEX triplet: ED, AD and 78. RGB value is (237,173,120). Sum of RGB (Red+Green+Blue) = 237+173+120=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD78 is #125287. Grayscale: #BABABA. Windows color (decimal): -1200776 or 7908845. OLE color: 7908845.

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

Color convert

RGB 237 173 120 -
CMYK 0 0.27 0.49 0.07
HSL 27.18º 0.76% 0.7% -
HSV(B) 27.18º 0.49% 0.93% -
XYZ 53.26 49.25 24.47 -
YUV 186.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 237 173 120 0 0.27 0.49 0.07 27.18 0.76 0.7
Hex ED AD 78 0 1B 31 7 1B 4C 46
Octal 355 255 170 0 33 61 7 33 114 106
Binary 11101101 10101101 1111000 0 11011 110001 111 11011 1001100 1000110

Color Harmonies of #EDAD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD78

Black with #EDAD78

Text Example


Text Example

White with #EDAD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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