Html Css Color HEX #EDB974 Harvest Gold

📋 copy color: '#EDB974'

red 237 ◦ green 185 ◦ blue 116

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

Shades of Harvest Gold #EDB974

Tints of Harvest Gold #EDB974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.39%

 BLUE value IS 116 (45.7% from 255) = 21.56%

R = 44.05%
G = 34.39%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDB974 (or 0xEDB974) is known color: Harvest Gold. HEX triplet: ED, B9 and 74. RGB value is (237,185,116). Sum of RGB (Red+Green+Blue) = 237+185+116=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB974 is #12468B. Grayscale: #C1C1C1. Windows color (decimal): -1197708 or 7649773. OLE color: 7649773.

HSL color Cylindrical-coordinate representation of color #EDB974: hue angle of 34.21º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB974 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 185 116 -
CMYK 0 0.22 0.51 0.07
HSL 34.21º 0.77% 0.69% -
HSV(B) 34.21º 0.51% 0.93% -
XYZ 55.43 53.96 24.02 -
YUV 192.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 237 185 116 0 0.22 0.51 0.07 34.21 0.77 0.69
Hex ED B9 74 0 16 33 7 22 4D 45
Octal 355 271 164 0 26 63 7 42 115 105
Binary 11101101 10111001 1110100 0 10110 110011 111 100010 1001101 1000101

Color Harmonies of #EDB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB974

Black with #EDB974

Text Example


Text Example

White with #EDB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB974; }

 p { color: rgb(237,185,116); }

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

background-color css

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

 a { background-color: rgb(237,185,116); }

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

border-color css

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

 span { border-color: rgb(237,185,116); }

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