Html Css Color HEX #E6BD6A Harvest Gold

📋 copy color: '#E6BD6A'

red 230 ◦ green 189 ◦ blue 106

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

Shades of Harvest Gold #E6BD6A

Tints of Harvest Gold #E6BD6A

RGB

 RED value IS 230 (90.23% from 255) = 43.81%

 GREEN value IS 189 (74.22% from 255) = 36%

 BLUE value IS 106 (41.8% from 255) = 20.19%

R = 43.81%
G = 36%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E6BD6A (or 0xE6BD6A) is known color: Harvest Gold. HEX triplet: E6, BD and 6A. RGB value is (230,189,106). Sum of RGB (Red+Green+Blue) = 230+189+106=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD6A is #194295. Grayscale: #C0C0C0. Windows color (decimal): -1655446 or 6995430. OLE color: 6995430.

HSL color Cylindrical-coordinate representation of color #E6BD6A: hue angle of 40.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6BD6A is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 106 -
CMYK 0 0.18 0.54 0.10
HSL 40.16º 0.71% 0.66% -
HSV(B) 40.16º 0.54% 0.9% -
XYZ 53.43 54.26 21.29 -
YUV 191.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 230 189 106 0 0.18 0.54 0.10 40.16 0.71 0.66
Hex E6 BD 6A 0 12 36 A 28 47 42
Octal 346 275 152 0 22 66 12 50 107 102
Binary 11100110 10111101 1101010 0 10010 110110 1010 101000 1000111 1000010

Color Harmonies of #E6BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD6A

Black with #E6BD6A

Text Example


Text Example

White with #E6BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD6A; }

 p { color: rgb(230,189,106); }

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

background-color css

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

 a { background-color: rgb(230,189,106); }

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

border-color css

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

 span { border-color: rgb(230,189,106); }

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