Html Css Color HEX #EDB76E Harvest Gold

📋 copy color: '#EDB76E'

red 237 ◦ green 183 ◦ blue 110

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

Shades of Harvest Gold #EDB76E

Tints of Harvest Gold #EDB76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.75%

R = 44.72%
G = 34.53%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDB76E (or 0xEDB76E) is known color: Harvest Gold. HEX triplet: ED, B7 and 6E. RGB value is (237,183,110). Sum of RGB (Red+Green+Blue) = 237+183+110=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB76E is #124891. Grayscale: #BFBFBF. Windows color (decimal): -1198226 or 7256045. OLE color: 7256045.

HSL color Cylindrical-coordinate representation of color #EDB76E: hue angle of 34.49º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDB76E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 110 -
CMYK 0 0.23 0.54 0.07
HSL 34.49º 0.78% 0.68% -
HSV(B) 34.49º 0.54% 0.93% -
XYZ 54.67 53 22.1 -
YUV 190.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 237 183 110 0 0.23 0.54 0.07 34.49 0.78 0.68
Hex ED B7 6E 0 17 36 7 22 4E 44
Octal 355 267 156 0 27 66 7 42 116 104
Binary 11101101 10110111 1101110 0 10111 110110 111 100010 1001110 1000100

Color Harmonies of #EDB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB76E

Black with #EDB76E

Text Example


Text Example

White with #EDB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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