Html Css Color HEX #EBC064 Harvest Gold

📋 copy color: '#EBC064'

red 235 ◦ green 192 ◦ blue 100

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

Shades of Harvest Gold #EBC064

Tints of Harvest Gold #EBC064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 44.59%
G = 36.43%
B = 18.98%

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

#EBC064 (or 0xEBC064) is known color: Harvest Gold. HEX triplet: EB, C0 and 64. RGB value is (235,192,100). Sum of RGB (Red+Green+Blue) = 235+192+100=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC064 is #143F9B. Grayscale: #C2C2C2. Windows color (decimal): -1327004 or 6602987. OLE color: 6602987.

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

Color convert

RGB 235 192 100 -
CMYK 0 0.18 0.57 0.08
HSL 40.89º 0.77% 0.66% -
HSV(B) 40.89º 0.57% 0.92% -
XYZ 55.41 56.28 20 -
YUV 194.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 235 192 100 0 0.18 0.57 0.08 40.89 0.77 0.66
Hex EB C0 64 0 12 39 8 29 4D 42
Octal 353 300 144 0 22 71 10 51 115 102
Binary 11101011 11000000 1100100 0 10010 111001 1000 101001 1001101 1000010

Color Harmonies of #EBC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC064

Black with #EBC064

Text Example


Text Example

White with #EBC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC064; }

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

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

background-color css

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

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

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

border-color css

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

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

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