Html Css Color HEX #EBC166 Harvest Gold

📋 copy color: '#EBC166'

red 235 ◦ green 193 ◦ blue 102

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

Shades of Harvest Gold #EBC166

Tints of Harvest Gold #EBC166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.25%

R = 44.34%
G = 36.42%
B = 19.25%

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

#EBC166 (or 0xEBC166) is known color: Harvest Gold. HEX triplet: EB, C1 and 66. RGB value is (235,193,102). Sum of RGB (Red+Green+Blue) = 235+193+102=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC166 is #143E99. Grayscale: #C3C3C3. Windows color (decimal): -1326746 or 6734315. OLE color: 6734315.

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

Color convert

RGB 235 193 102 -
CMYK 0 0.18 0.57 0.08
HSL 41.05º 0.77% 0.66% -
HSV(B) 41.05º 0.57% 0.92% -
XYZ 55.73 56.76 20.59 -
YUV 195.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 235 193 102 0 0.18 0.57 0.08 41.05 0.77 0.66
Hex EB C1 66 0 12 39 8 29 4D 42
Octal 353 301 146 0 22 71 10 51 115 102
Binary 11101011 11000001 1100110 0 10010 111001 1000 101001 1001101 1000010

Color Harmonies of #EBC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC166

Black with #EBC166

Text Example


Text Example

White with #EBC166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC166; }

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

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

background-color css

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

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

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

border-color css

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

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

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