Html Css Color HEX #EDBA6E Harvest Gold

📋 copy color: '#EDBA6E'

red 237 ◦ green 186 ◦ blue 110

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

Shades of Harvest Gold #EDBA6E

Tints of Harvest Gold #EDBA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.64%

R = 44.47%
G = 34.9%
B = 20.64%

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

#EDBA6E (or 0xEDBA6E) is known color: Harvest Gold. HEX triplet: ED, BA and 6E. RGB value is (237,186,110). Sum of RGB (Red+Green+Blue) = 237+186+110=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA6E is #124591. Grayscale: #C0C0C0. Windows color (decimal): -1197458 or 7256813. OLE color: 7256813.

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

Color convert

RGB 237 186 110 -
CMYK 0 0.22 0.54 0.07
HSL 35.91º 0.78% 0.68% -
HSV(B) 35.91º 0.54% 0.93% -
XYZ 55.3 54.25 22.31 -
YUV 192.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 237 186 110 0 0.22 0.54 0.07 35.91 0.78 0.68
Hex ED BA 6E 0 16 36 7 24 4E 44
Octal 355 272 156 0 26 66 7 44 116 104
Binary 11101101 10111010 1101110 0 10110 110110 111 100100 1001110 1000100

Color Harmonies of #EDBA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA6E

Black with #EDBA6E

Text Example


Text Example

White with #EDBA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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