Html Css Color HEX #EBBD64 Harvest Gold

📋 copy color: '#EBBD64'

red 235 ◦ green 189 ◦ blue 100

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

Shades of Harvest Gold #EBBD64

Tints of Harvest Gold #EBBD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.07%

 BLUE value IS 100 (39.45% from 255) = 19.08%

R = 44.85%
G = 36.07%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBBD64 (or 0xEBBD64) is known color: Harvest Gold. HEX triplet: EB, BD and 64. RGB value is (235,189,100). Sum of RGB (Red+Green+Blue) = 235+189+100=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBD64 is #14429B. Grayscale: #C1C1C1. Windows color (decimal): -1327772 or 6602219. OLE color: 6602219.

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

Color convert

RGB 235 189 100 -
CMYK 0 0.20 0.57 0.08
HSL 39.56º 0.77% 0.66% -
HSV(B) 39.56º 0.57% 0.92% -
XYZ 54.76 54.98 19.78 -
YUV 192.61 75.74 158.24 -
System Red Green Blue C M Y K H S L
Decimal 235 189 100 0 0.20 0.57 0.08 39.56 0.77 0.66
Hex EB BD 64 0 14 39 8 28 4D 42
Octal 353 275 144 0 24 71 10 50 115 102
Binary 11101011 10111101 1100100 0 10100 111001 1000 101000 1001101 1000010

Color Harmonies of #EBBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD64

Black with #EBBD64

Text Example


Text Example

White with #EBBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD64; }

 p { color: rgb(235,189,100); }

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

background-color css

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

 a { background-color: rgb(235,189,100); }

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

border-color css

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

 span { border-color: rgb(235,189,100); }

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