Html Css Color HEX #EDAD66 Harvest Gold

📋 copy color: '#EDAD66'

red 237 ◦ green 173 ◦ blue 102

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

Shades of Harvest Gold #EDAD66

Tints of Harvest Gold #EDAD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 46.29%
G = 33.79%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDAD66 (or 0xEDAD66) is known color: Harvest Gold. HEX triplet: ED, AD and 66. RGB value is (237,173,102). Sum of RGB (Red+Green+Blue) = 237+173+102=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD66 is #125299. Grayscale: #B8B8B8. Windows color (decimal): -1200794 or 6729197. OLE color: 6729197.

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

Color convert

RGB 237 173 102 -
CMYK 0 0.27 0.57 0.07
HSL 31.56º 0.79% 0.66% -
HSV(B) 31.56º 0.57% 0.93% -
XYZ 52.27 48.85 19.24 -
YUV 184.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 237 173 102 0 0.27 0.57 0.07 31.56 0.79 0.66
Hex ED AD 66 0 1B 39 7 20 4F 42
Octal 355 255 146 0 33 71 7 40 117 102
Binary 11101101 10101101 1100110 0 11011 111001 111 100000 1001111 1000010

Color Harmonies of #EDAD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD66

Black with #EDAD66

Text Example


Text Example

White with #EDAD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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