Html Css Color HEX #EDBA65 Harvest Gold

📋 copy color: '#EDBA65'

red 237 ◦ green 186 ◦ blue 101

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

Shades of Harvest Gold #EDBA65

Tints of Harvest Gold #EDBA65

RGB

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

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

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

R = 45.23%
G = 35.5%
B = 19.27%

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

#EDBA65 (or 0xEDBA65) is known color: Harvest Gold. HEX triplet: ED, BA and 65. RGB value is (237,186,101). Sum of RGB (Red+Green+Blue) = 237+186+101=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA65 is #12459A. Grayscale: #BFBFBF. Windows color (decimal): -1197467 or 6666989. OLE color: 6666989.

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

Color convert

RGB 237 186 101 -
CMYK 0 0.22 0.57 0.07
HSL 37.5º 0.79% 0.66% -
HSV(B) 37.5º 0.57% 0.93% -
XYZ 54.83 54.06 19.86 -
YUV 191.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 237 186 101 0 0.22 0.57 0.07 37.5 0.79 0.66
Hex ED BA 65 0 16 39 7 26 4F 42
Octal 355 272 145 0 26 71 7 46 117 102
Binary 11101101 10111010 1100101 0 10110 111001 111 100110 1001111 1000010

Color Harmonies of #EDBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA65

Black with #EDBA65

Text Example


Text Example

White with #EDBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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