Html Css Color HEX #EDB966 Harvest Gold

📋 copy color: '#EDB966'

red 237 ◦ green 185 ◦ blue 102

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

Shades of Harvest Gold #EDB966

Tints of Harvest Gold #EDB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

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

R = 45.23%
G = 35.31%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDB966 (or 0xEDB966) is known color: Harvest Gold. HEX triplet: ED, B9 and 66. RGB value is (237,185,102). Sum of RGB (Red+Green+Blue) = 237+185+102=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB966 is #124699. Grayscale: #BFBFBF. Windows color (decimal): -1197722 or 6732269. OLE color: 6732269.

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

Color convert

RGB 237 185 102 -
CMYK 0 0.22 0.57 0.07
HSL 36.89º 0.79% 0.66% -
HSV(B) 36.89º 0.57% 0.93% -
XYZ 54.67 53.66 20.05 -
YUV 191.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 237 185 102 0 0.22 0.57 0.07 36.89 0.79 0.66
Hex ED B9 66 0 16 39 7 25 4F 42
Octal 355 271 146 0 26 71 7 45 117 102
Binary 11101101 10111001 1100110 0 10110 111001 111 100101 1001111 1000010

Color Harmonies of #EDB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB966

Black with #EDB966

Text Example


Text Example

White with #EDB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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