Html Css Color HEX #EBB460 Harvest Gold

📋 copy color: '#EBB460'

red 235 ◦ green 180 ◦ blue 96

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

Shades of Harvest Gold #EBB460

Tints of Harvest Gold #EBB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

 BLUE value IS 96 (37.89% from 255) = 18.79%

R = 45.99%
G = 35.23%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBB460 (or 0xEBB460) is known color: Harvest Gold. HEX triplet: EB, B4 and 60. RGB value is (235,180,96). Sum of RGB (Red+Green+Blue) = 235+180+96=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB460 is #144B9F. Grayscale: #BBBBBB. Windows color (decimal): -1330080 or 6337771. OLE color: 6337771.

HSL color Cylindrical-coordinate representation of color #EBB460: hue angle of 36.26º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBB460 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 96 -
CMYK 0 0.23 0.59 0.08
HSL 36.26º 0.78% 0.65% -
HSV(B) 36.26º 0.59% 0.92% -
XYZ 52.69 51.15 18.16 -
YUV 186.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 235 180 96 0 0.23 0.59 0.08 36.26 0.78 0.65
Hex EB B4 60 0 17 3B 8 24 4E 41
Octal 353 264 140 0 27 73 10 44 116 101
Binary 11101011 10110100 1100000 0 10111 111011 1000 100100 1001110 1000001

Color Harmonies of #EBB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB460

Black with #EBB460

Text Example


Text Example

White with #EBB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB460; }

 p { color: rgb(235,180,96); }

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

background-color css

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

 a { background-color: rgb(235,180,96); }

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

border-color css

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

 span { border-color: rgb(235,180,96); }

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