Html Css Color HEX #EDBA66 Harvest Gold

📋 copy color: '#EDBA66'

red 237 ◦ green 186 ◦ blue 102

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

Shades of Harvest Gold #EDBA66

Tints of Harvest Gold #EDBA66

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.43%

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

R = 45.14%
G = 35.43%
B = 19.43%

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

#EDBA66 (or 0xEDBA66) is known color: Harvest Gold. HEX triplet: ED, BA and 66. RGB value is (237,186,102). Sum of RGB (Red+Green+Blue) = 237+186+102=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA66 is #124599. Grayscale: #C0C0C0. Windows color (decimal): -1197466 or 6732525. OLE color: 6732525.

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

Color convert

RGB 237 186 102 -
CMYK 0 0.22 0.57 0.07
HSL 37.33º 0.79% 0.66% -
HSV(B) 37.33º 0.57% 0.93% -
XYZ 54.88 54.08 20.12 -
YUV 191.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 237 186 102 0 0.22 0.57 0.07 37.33 0.79 0.66
Hex ED BA 66 0 16 39 7 25 4F 42
Octal 355 272 146 0 26 71 7 45 117 102
Binary 11101101 10111010 1100110 0 10110 111001 111 100101 1001111 1000010

Color Harmonies of #EDBA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA66

Black with #EDBA66

Text Example


Text Example

White with #EDBA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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