Html Css Color HEX #EBC061 Harvest Gold

📋 copy color: '#EBC061'

red 235 ◦ green 192 ◦ blue 97

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

Shades of Harvest Gold #EBC061

Tints of Harvest Gold #EBC061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.51%

R = 44.85%
G = 36.64%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBC061 (or 0xEBC061) is known color: Harvest Gold. HEX triplet: EB, C0 and 61. RGB value is (235,192,97). Sum of RGB (Red+Green+Blue) = 235+192+97=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC061 is #143F9E. Grayscale: #C2C2C2. Windows color (decimal): -1327007 or 6406379. OLE color: 6406379.

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

Color convert

RGB 235 192 97 -
CMYK 0 0.18 0.59 0.08
HSL 41.3º 0.78% 0.65% -
HSV(B) 41.3º 0.59% 0.92% -
XYZ 55.27 56.22 19.25 -
YUV 194.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 235 192 97 0 0.18 0.59 0.08 41.3 0.78 0.65
Hex EB C0 61 0 12 3B 8 29 4E 41
Octal 353 300 141 0 22 73 10 51 116 101
Binary 11101011 11000000 1100001 0 10010 111011 1000 101001 1001110 1000001

Color Harmonies of #EBC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC061

Black with #EBC061

Text Example


Text Example

White with #EBC061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC061; }

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

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

background-color css

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

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

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

border-color css

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

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

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