Html Css Color HEX #EDB766 Harvest Gold

📋 copy color: '#EDB766'

red 237 ◦ green 183 ◦ blue 102

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

Shades of Harvest Gold #EDB766

Tints of Harvest Gold #EDB766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 45.4%
G = 35.06%
B = 19.54%

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

#EDB766 (or 0xEDB766) is known color: Harvest Gold. HEX triplet: ED, B7 and 66. RGB value is (237,183,102). Sum of RGB (Red+Green+Blue) = 237+183+102=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB766 is #124899. Grayscale: #BEBEBE. Windows color (decimal): -1198234 or 6731757. OLE color: 6731757.

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

Color convert

RGB 237 183 102 -
CMYK 0 0.23 0.57 0.07
HSL 36º 0.79% 0.66% -
HSV(B) 36º 0.57% 0.93% -
XYZ 54.26 52.83 19.91 -
YUV 189.91 78.39 161.59 -
System Red Green Blue C M Y K H S L
Decimal 237 183 102 0 0.23 0.57 0.07 36 0.79 0.66
Hex ED B7 66 0 17 39 7 24 4F 42
Octal 355 267 146 0 27 71 7 44 117 102
Binary 11101101 10110111 1100110 0 10111 111001 111 100100 1001111 1000010

Color Harmonies of #EDB766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB766

Black with #EDB766

Text Example


Text Example

White with #EDB766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB766; }

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

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

background-color css

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

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

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

border-color css

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

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

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