Html Css Color HEX #EDB765 Harvest Gold

📋 copy color: '#EDB765'

red 237 ◦ green 183 ◦ blue 101

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

Shades of Harvest Gold #EDB765

Tints of Harvest Gold #EDB765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 45.49%
G = 35.12%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDB765 (or 0xEDB765) is known color: Harvest Gold. HEX triplet: ED, B7 and 65. RGB value is (237,183,101). Sum of RGB (Red+Green+Blue) = 237+183+101=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB765 is #12489A. Grayscale: #BEBEBE. Windows color (decimal): -1198235 or 6666221. OLE color: 6666221.

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

Color convert

RGB 237 183 101 -
CMYK 0 0.23 0.57 0.07
HSL 36.18º 0.79% 0.66% -
HSV(B) 36.18º 0.57% 0.93% -
XYZ 54.21 52.81 19.65 -
YUV 189.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 237 183 101 0 0.23 0.57 0.07 36.18 0.79 0.66
Hex ED B7 65 0 17 39 7 24 4F 42
Octal 355 267 145 0 27 71 7 44 117 102
Binary 11101101 10110111 1100101 0 10111 111001 111 100100 1001111 1000010

Color Harmonies of #EDB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB765

Black with #EDB765

Text Example


Text Example

White with #EDB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB765; }

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

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

background-color css

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

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

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

border-color css

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

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

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