Html Css Color HEX #EDAF68 Harvest Gold

📋 copy color: '#EDAF68'

red 237 ◦ green 175 ◦ blue 104

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

Shades of Harvest Gold #EDAF68

Tints of Harvest Gold #EDAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.16%

R = 45.93%
G = 33.91%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDAF68 (or 0xEDAF68) is known color: Harvest Gold. HEX triplet: ED, AF and 68. RGB value is (237,175,104). Sum of RGB (Red+Green+Blue) = 237+175+104=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF68 is #125097. Grayscale: #B9B9B9. Windows color (decimal): -1200280 or 6860781. OLE color: 6860781.

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

Color convert

RGB 237 175 104 -
CMYK 0 0.26 0.56 0.07
HSL 32.03º 0.79% 0.67% -
HSV(B) 32.03º 0.56% 0.93% -
XYZ 52.75 49.66 19.9 -
YUV 185.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 237 175 104 0 0.26 0.56 0.07 32.03 0.79 0.67
Hex ED AF 68 0 1A 38 7 20 4F 43
Octal 355 257 150 0 32 70 7 40 117 103
Binary 11101101 10101111 1101000 0 11010 111000 111 100000 1001111 1000011

Color Harmonies of #EDAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF68

Black with #EDAF68

Text Example


Text Example

White with #EDAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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