Html Css Color HEX #EDB674 Harvest Gold

📋 copy color: '#EDB674'

red 237 ◦ green 182 ◦ blue 116

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

Shades of Harvest Gold #EDB674

Tints of Harvest Gold #EDB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 44.3%
G = 34.02%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDB674 (or 0xEDB674) is known color: Harvest Gold. HEX triplet: ED, B6 and 74. RGB value is (237,182,116). Sum of RGB (Red+Green+Blue) = 237+182+116=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB674 is #12498B. Grayscale: #BFBFBF. Windows color (decimal): -1198476 or 7649005. OLE color: 7649005.

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

Color convert

RGB 237 182 116 -
CMYK 0 0.23 0.51 0.07
HSL 32.73º 0.77% 0.69% -
HSV(B) 32.73º 0.51% 0.93% -
XYZ 54.81 52.72 23.81 -
YUV 190.92 85.72 160.87 -
System Red Green Blue C M Y K H S L
Decimal 237 182 116 0 0.23 0.51 0.07 32.73 0.77 0.69
Hex ED B6 74 0 17 33 7 21 4D 45
Octal 355 266 164 0 27 63 7 41 115 105
Binary 11101101 10110110 1110100 0 10111 110011 111 100001 1001101 1000101

Color Harmonies of #EDB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB674

Black with #EDB674

Text Example


Text Example

White with #EDB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB674; }

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

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

background-color css

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

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

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

border-color css

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

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

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