Html Css Color HEX #EDB874 Harvest Gold

📋 copy color: '#EDB874'

red 237 ◦ green 184 ◦ blue 116

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

Shades of Harvest Gold #EDB874

Tints of Harvest Gold #EDB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.26%

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

R = 44.13%
G = 34.26%
B = 21.6%

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

#EDB874 (or 0xEDB874) is known color: Harvest Gold. HEX triplet: ED, B8 and 74. RGB value is (237,184,116). Sum of RGB (Red+Green+Blue) = 237+184+116=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB874 is #12478B. Grayscale: #C0C0C0. Windows color (decimal): -1197964 or 7649517. OLE color: 7649517.

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

Color convert

RGB 237 184 116 -
CMYK 0 0.22 0.51 0.07
HSL 33.72º 0.77% 0.69% -
HSV(B) 33.72º 0.51% 0.93% -
XYZ 55.22 53.55 23.95 -
YUV 192.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 237 184 116 0 0.22 0.51 0.07 33.72 0.77 0.69
Hex ED B8 74 0 16 33 7 22 4D 45
Octal 355 270 164 0 26 63 7 42 115 105
Binary 11101101 10111000 1110100 0 10110 110011 111 100010 1001101 1000101

Color Harmonies of #EDB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB874

Black with #EDB874

Text Example


Text Example

White with #EDB874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB874; }

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

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

background-color css

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

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

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

border-color css

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

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

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