Html Css Color HEX #EDBA6C Harvest Gold

📋 copy color: '#EDBA6C'

red 237 ◦ green 186 ◦ blue 108

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

Shades of Harvest Gold #EDBA6C

Tints of Harvest Gold #EDBA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 44.63%
G = 35.03%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDBA6C (or 0xEDBA6C) is known color: Harvest Gold. HEX triplet: ED, BA and 6C. RGB value is (237,186,108). Sum of RGB (Red+Green+Blue) = 237+186+108=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA6C is #124593. Grayscale: #C0C0C0. Windows color (decimal): -1197460 or 7125741. OLE color: 7125741.

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

Color convert

RGB 237 186 108 -
CMYK 0 0.22 0.54 0.07
HSL 36.28º 0.78% 0.68% -
HSV(B) 36.28º 0.54% 0.93% -
XYZ 55.19 54.21 21.74 -
YUV 192.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 237 186 108 0 0.22 0.54 0.07 36.28 0.78 0.68
Hex ED BA 6C 0 16 36 7 24 4E 44
Octal 355 272 154 0 26 66 7 44 116 104
Binary 11101101 10111010 1101100 0 10110 110110 111 100100 1001110 1000100

Color Harmonies of #EDBA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA6C

Black with #EDBA6C

Text Example


Text Example

White with #EDBA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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