Html Css Color HEX #EDAF64 Harvest Gold

📋 copy color: '#EDAF64'

red 237 ◦ green 175 ◦ blue 100

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

Shades of Harvest Gold #EDAF64

Tints of Harvest Gold #EDAF64

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

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

R = 46.29%
G = 34.18%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDAF64 (or 0xEDAF64) is known color: Harvest Gold. HEX triplet: ED, AF and 64. RGB value is (237,175,100). Sum of RGB (Red+Green+Blue) = 237+175+100=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF64 is #12509B. Grayscale: #B9B9B9. Windows color (decimal): -1200284 or 6598637. OLE color: 6598637.

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

Color convert

RGB 237 175 100 -
CMYK 0 0.26 0.58 0.07
HSL 32.85º 0.79% 0.66% -
HSV(B) 32.85º 0.58% 0.93% -
XYZ 52.56 49.58 18.86 -
YUV 184.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 237 175 100 0 0.26 0.58 0.07 32.85 0.79 0.66
Hex ED AF 64 0 1A 3A 7 21 4F 42
Octal 355 257 144 0 32 72 7 41 117 102
Binary 11101101 10101111 1100100 0 11010 111010 111 100001 1001111 1000010

Color Harmonies of #EDAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF64

Black with #EDAF64

Text Example


Text Example

White with #EDAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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