Html Css Color HEX #EDB774 Harvest Gold

📋 copy color: '#EDB774'

red 237 ◦ green 183 ◦ blue 116

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

Shades of Harvest Gold #EDB774

Tints of Harvest Gold #EDB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.14%

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

R = 44.22%
G = 34.14%
B = 21.64%

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

#EDB774 (or 0xEDB774) is known color: Harvest Gold. HEX triplet: ED, B7 and 74. RGB value is (237,183,116). Sum of RGB (Red+Green+Blue) = 237+183+116=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB774 is #12488B. Grayscale: #BFBFBF. Windows color (decimal): -1198220 or 7649261. OLE color: 7649261.

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

Color convert

RGB 237 183 116 -
CMYK 0 0.23 0.51 0.07
HSL 33.22º 0.77% 0.69% -
HSV(B) 33.22º 0.51% 0.93% -
XYZ 55.01 53.13 23.88 -
YUV 191.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 237 183 116 0 0.23 0.51 0.07 33.22 0.77 0.69
Hex ED B7 74 0 17 33 7 21 4D 45
Octal 355 267 164 0 27 63 7 41 115 105
Binary 11101101 10110111 1110100 0 10111 110011 111 100001 1001101 1000101

Color Harmonies of #EDB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB774

Black with #EDB774

Text Example


Text Example

White with #EDB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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