Html Css Color HEX #EBC165 Harvest Gold

📋 copy color: '#EBC165'

red 235 ◦ green 193 ◦ blue 101

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

Shades of Harvest Gold #EBC165

Tints of Harvest Gold #EBC165

RGB

 RED value IS 235 (92.19% from 255) = 44.42%

 GREEN value IS 193 (75.78% from 255) = 36.48%

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

R = 44.42%
G = 36.48%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBC165 (or 0xEBC165) is known color: Harvest Gold. HEX triplet: EB, C1 and 65. RGB value is (235,193,101). Sum of RGB (Red+Green+Blue) = 235+193+101=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC165 is #143E9A. Grayscale: #C3C3C3. Windows color (decimal): -1326747 or 6668779. OLE color: 6668779.

HSL color Cylindrical-coordinate representation of color #EBC165: hue angle of 41.19º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBC165 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 101 -
CMYK 0 0.18 0.57 0.08
HSL 41.19º 0.77% 0.66% -
HSV(B) 41.19º 0.57% 0.92% -
XYZ 55.68 56.74 20.33 -
YUV 195.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 235 193 101 0 0.18 0.57 0.08 41.19 0.77 0.66
Hex EB C1 65 0 12 39 8 29 4D 42
Octal 353 301 145 0 22 71 10 51 115 102
Binary 11101011 11000001 1100101 0 10010 111001 1000 101001 1001101 1000010

Color Harmonies of #EBC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC165

Black with #EBC165

Text Example


Text Example

White with #EBC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC165; }

 p { color: rgb(235,193,101); }

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

background-color css

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

 a { background-color: rgb(235,193,101); }

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

border-color css

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

 span { border-color: rgb(235,193,101); }

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