Html Css Color HEX #EBBE64 Harvest Gold

📋 copy color: '#EBBE64'

red 235 ◦ green 190 ◦ blue 100

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

Shades of Harvest Gold #EBBE64

Tints of Harvest Gold #EBBE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

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

R = 44.76%
G = 36.19%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBBE64 (or 0xEBBE64) is known color: Harvest Gold. HEX triplet: EB, BE and 64. RGB value is (235,190,100). Sum of RGB (Red+Green+Blue) = 235+190+100=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBE64 is #14419B. Grayscale: #C1C1C1. Windows color (decimal): -1327516 or 6602475. OLE color: 6602475.

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

Color convert

RGB 235 190 100 -
CMYK 0 0.19 0.57 0.08
HSL 40º 0.77% 0.66% -
HSV(B) 40º 0.57% 0.92% -
XYZ 54.97 55.41 19.85 -
YUV 193.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 235 190 100 0 0.19 0.57 0.08 40 0.77 0.66
Hex EB BE 64 0 13 39 8 28 4D 42
Octal 353 276 144 0 23 71 10 50 115 102
Binary 11101011 10111110 1100100 0 10011 111001 1000 101000 1001101 1000010

Color Harmonies of #EBBE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBE64

Black with #EBBE64

Text Example


Text Example

White with #EBBE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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