Html Css Color HEX #EDAD65 Harvest Gold

📋 copy color: '#EDAD65'

red 237 ◦ green 173 ◦ blue 101

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

Shades of Harvest Gold #EDAD65

Tints of Harvest Gold #EDAD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.77%

R = 46.38%
G = 33.86%
B = 19.77%

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

#EDAD65 (or 0xEDAD65) is known color: Harvest Gold. HEX triplet: ED, AD and 65. RGB value is (237,173,101). Sum of RGB (Red+Green+Blue) = 237+173+101=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD65 is #12529A. Grayscale: #B8B8B8. Windows color (decimal): -1200795 or 6663661. OLE color: 6663661.

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

Color convert

RGB 237 173 101 -
CMYK 0 0.27 0.57 0.07
HSL 31.76º 0.79% 0.66% -
HSV(B) 31.76º 0.57% 0.93% -
XYZ 52.22 48.83 18.99 -
YUV 183.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 237 173 101 0 0.27 0.57 0.07 31.76 0.79 0.66
Hex ED AD 65 0 1B 39 7 20 4F 42
Octal 355 255 145 0 33 71 7 40 117 102
Binary 11101101 10101101 1100101 0 11011 111001 111 100000 1001111 1000010

Color Harmonies of #EDAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD65

Black with #EDAD65

Text Example


Text Example

White with #EDAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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