Html Css Color HEX #EDAD64 Harvest Gold

📋 copy color: '#EDAD64'

red 237 ◦ green 173 ◦ blue 100

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

Shades of Harvest Gold #EDAD64

Tints of Harvest Gold #EDAD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.61%

R = 46.47%
G = 33.92%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDAD64 (or 0xEDAD64) is known color: Harvest Gold. HEX triplet: ED, AD and 64. RGB value is (237,173,100). Sum of RGB (Red+Green+Blue) = 237+173+100=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD64 is #12529B. Grayscale: #B8B8B8. Windows color (decimal): -1200796 or 6598125. OLE color: 6598125.

HSL color Cylindrical-coordinate representation of color #EDAD64: hue angle of 31.97º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDAD64 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 173 100 -
CMYK 0 0.27 0.58 0.07
HSL 31.97º 0.79% 0.66% -
HSV(B) 31.97º 0.58% 0.93% -
XYZ 52.17 48.81 18.73 -
YUV 183.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 237 173 100 0 0.27 0.58 0.07 31.97 0.79 0.66
Hex ED AD 64 0 1B 3A 7 20 4F 42
Octal 355 255 144 0 33 72 7 40 117 102
Binary 11101101 10101101 1100100 0 11011 111010 111 100000 1001111 1000010

Color Harmonies of #EDAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD64

Black with #EDAD64

Text Example


Text Example

White with #EDAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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