Html Css Color HEX #EBB366 Harvest Gold

📋 copy color: '#EBB366'

red 235 ◦ green 179 ◦ blue 102

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

Shades of Harvest Gold #EBB366

Tints of Harvest Gold #EBB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.69%

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

R = 45.54%
G = 34.69%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBB366 (or 0xEBB366) is known color: Harvest Gold. HEX triplet: EB, B3 and 66. RGB value is (235,179,102). Sum of RGB (Red+Green+Blue) = 235+179+102=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB366 is #144C99. Grayscale: #BBBBBB. Windows color (decimal): -1330330 or 6730731. OLE color: 6730731.

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

Color convert

RGB 235 179 102 -
CMYK 0 0.24 0.57 0.08
HSL 34.74º 0.77% 0.66% -
HSV(B) 34.74º 0.57% 0.92% -
XYZ 52.78 50.86 19.61 -
YUV 186.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 235 179 102 0 0.24 0.57 0.08 34.74 0.77 0.66
Hex EB B3 66 0 18 39 8 23 4D 42
Octal 353 263 146 0 30 71 10 43 115 102
Binary 11101011 10110011 1100110 0 11000 111001 1000 100011 1001101 1000010

Color Harmonies of #EBB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB366

Black with #EBB366

Text Example


Text Example

White with #EBB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB366; }

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

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

background-color css

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

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

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

border-color css

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

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

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