Html Css Color HEX #EBC065 Harvest Gold

📋 copy color: '#EBC065'

red 235 ◦ green 192 ◦ blue 101

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

Shades of Harvest Gold #EBC065

Tints of Harvest Gold #EBC065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.36%

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

R = 44.51%
G = 36.36%
B = 19.13%

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

#EBC065 (or 0xEBC065) is known color: Harvest Gold. HEX triplet: EB, C0 and 65. RGB value is (235,192,101). Sum of RGB (Red+Green+Blue) = 235+192+101=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC065 is #143F9A. Grayscale: #C2C2C2. Windows color (decimal): -1327003 or 6668523. OLE color: 6668523.

HSL color Cylindrical-coordinate representation of color #EBC065: hue angle of 40.75º 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 #EBC065 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 101 -
CMYK 0 0.18 0.57 0.08
HSL 40.75º 0.77% 0.66% -
HSV(B) 40.75º 0.57% 0.92% -
XYZ 55.46 56.3 20.26 -
YUV 194.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 235 192 101 0 0.18 0.57 0.08 40.75 0.77 0.66
Hex EB C0 65 0 12 39 8 29 4D 42
Octal 353 300 145 0 22 71 10 51 115 102
Binary 11101011 11000000 1100101 0 10010 111001 1000 101001 1001101 1000010

Color Harmonies of #EBC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC065

Black with #EBC065

Text Example


Text Example

White with #EBC065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC065; }

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

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

background-color css

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

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

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

border-color css

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

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

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