Html Css Color HEX #EDBA68 Harvest Gold

📋 copy color: '#EDBA68'

red 237 ◦ green 186 ◦ blue 104

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

Shades of Harvest Gold #EDBA68

Tints of Harvest Gold #EDBA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.73%

R = 44.97%
G = 35.29%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDBA68 (or 0xEDBA68) is known color: Harvest Gold. HEX triplet: ED, BA and 68. RGB value is (237,186,104). Sum of RGB (Red+Green+Blue) = 237+186+104=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA68 is #124597. Grayscale: #C0C0C0. Windows color (decimal): -1197464 or 6863597. OLE color: 6863597.

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

Color convert

RGB 237 186 104 -
CMYK 0 0.22 0.56 0.07
HSL 36.99º 0.79% 0.67% -
HSV(B) 36.99º 0.56% 0.93% -
XYZ 54.98 54.12 20.65 -
YUV 191.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 237 186 104 0 0.22 0.56 0.07 36.99 0.79 0.67
Hex ED BA 68 0 16 38 7 25 4F 43
Octal 355 272 150 0 26 70 7 45 117 103
Binary 11101101 10111010 1101000 0 10110 111000 111 100101 1001111 1000011

Color Harmonies of #EDBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA68

Black with #EDBA68

Text Example


Text Example

White with #EDBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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