Html Css Color HEX #EBC265 Harvest Gold

📋 copy color: '#EBC265'

red 235 ◦ green 194 ◦ blue 101

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

Shades of Harvest Gold #EBC265

Tints of Harvest Gold #EBC265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

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

R = 44.34%
G = 36.6%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBC265 (or 0xEBC265) is known color: Harvest Gold. HEX triplet: EB, C2 and 65. RGB value is (235,194,101). Sum of RGB (Red+Green+Blue) = 235+194+101=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC265 is #143D9A. Grayscale: #C4C4C4. Windows color (decimal): -1326491 or 6669035. OLE color: 6669035.

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

Color convert

RGB 235 194 101 -
CMYK 0 0.17 0.57 0.08
HSL 41.64º 0.77% 0.66% -
HSV(B) 41.64º 0.57% 0.92% -
XYZ 55.9 57.19 20.4 -
YUV 195.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 235 194 101 0 0.17 0.57 0.08 41.64 0.77 0.66
Hex EB C2 65 0 11 39 8 2A 4D 42
Octal 353 302 145 0 21 71 10 52 115 102
Binary 11101011 11000010 1100101 0 10001 111001 1000 101010 1001101 1000010

Color Harmonies of #EBC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC265

Black with #EBC265

Text Example


Text Example

White with #EBC265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC265; }

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

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

background-color css

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

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

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

border-color css

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

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

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