Html Css Color HEX #EBC168 Harvest Gold

📋 copy color: '#EBC168'

red 235 ◦ green 193 ◦ blue 104

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

Shades of Harvest Gold #EBC168

Tints of Harvest Gold #EBC168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.55%

R = 44.17%
G = 36.28%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC168 (or 0xEBC168) is known color: Harvest Gold. HEX triplet: EB, C1 and 68. RGB value is (235,193,104). Sum of RGB (Red+Green+Blue) = 235+193+104=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC168 is #143E97. Grayscale: #C3C3C3. Windows color (decimal): -1326744 or 6865387. OLE color: 6865387.

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

Color convert

RGB 235 193 104 -
CMYK 0 0.18 0.56 0.08
HSL 40.76º 0.77% 0.66% -
HSV(B) 40.76º 0.56% 0.92% -
XYZ 55.83 56.8 21.12 -
YUV 195.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 235 193 104 0 0.18 0.56 0.08 40.76 0.77 0.66
Hex EB C1 68 0 12 38 8 29 4D 42
Octal 353 301 150 0 22 70 10 51 115 102
Binary 11101011 11000001 1101000 0 10010 111000 1000 101001 1001101 1000010

Color Harmonies of #EBC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC168

Black with #EBC168

Text Example


Text Example

White with #EBC168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC168; }

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

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

background-color css

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

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

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

border-color css

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

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

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