Html Css Color HEX #EBC066 Harvest Gold

📋 copy color: '#EBC066'

red 235 ◦ green 192 ◦ blue 102

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

Shades of Harvest Gold #EBC066

Tints of Harvest Gold #EBC066

RGB

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

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

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

R = 44.42%
G = 36.29%
B = 19.28%

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

#EBC066 (or 0xEBC066) is known color: Harvest Gold. HEX triplet: EB, C0 and 66. RGB value is (235,192,102). Sum of RGB (Red+Green+Blue) = 235+192+102=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC066 is #143F99. Grayscale: #C3C3C3. Windows color (decimal): -1327002 or 6734059. OLE color: 6734059.

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

Color convert

RGB 235 192 102 -
CMYK 0 0.18 0.57 0.08
HSL 40.6º 0.77% 0.66% -
HSV(B) 40.6º 0.57% 0.92% -
XYZ 55.51 56.32 20.52 -
YUV 194.6 75.75 156.82 -
System Red Green Blue C M Y K H S L
Decimal 235 192 102 0 0.18 0.57 0.08 40.6 0.77 0.66
Hex EB C0 66 0 12 39 8 29 4D 42
Octal 353 300 146 0 22 71 10 51 115 102
Binary 11101011 11000000 1100110 0 10010 111001 1000 101001 1001101 1000010

Color Harmonies of #EBC066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC066

Black with #EBC066

Text Example


Text Example

White with #EBC066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC066; }

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

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

background-color css

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

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

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

border-color css

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

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

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