Html Css Color HEX #EDAD67 Harvest Gold

📋 copy color: '#EDAD67'

red 237 ◦ green 173 ◦ blue 103

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

Shades of Harvest Gold #EDAD67

Tints of Harvest Gold #EDAD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.08%

R = 46.2%
G = 33.72%
B = 20.08%

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

#EDAD67 (or 0xEDAD67) is known color: Harvest Gold. HEX triplet: ED, AD and 67. RGB value is (237,173,103). Sum of RGB (Red+Green+Blue) = 237+173+103=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD67 is #125298. Grayscale: #B8B8B8. Windows color (decimal): -1200793 or 6794733. OLE color: 6794733.

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

Color convert

RGB 237 173 103 -
CMYK 0 0.27 0.57 0.07
HSL 31.34º 0.79% 0.67% -
HSV(B) 31.34º 0.57% 0.93% -
XYZ 52.32 48.87 19.51 -
YUV 184.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 237 173 103 0 0.27 0.57 0.07 31.34 0.79 0.67
Hex ED AD 67 0 1B 39 7 1F 4F 43
Octal 355 255 147 0 33 71 7 37 117 103
Binary 11101101 10101101 1100111 0 11011 111001 111 11111 1001111 1000011

Color Harmonies of #EDAD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD67

Black with #EDAD67

Text Example


Text Example

White with #EDAD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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