Html Css Color HEX #EBBD65 Harvest Gold

📋 copy color: '#EBBD65'

red 235 ◦ green 189 ◦ blue 101

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

Shades of Harvest Gold #EBBD65

Tints of Harvest Gold #EBBD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.24%

R = 44.76%
G = 36%
B = 19.24%

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

#EBBD65 (or 0xEBBD65) is known color: Harvest Gold. HEX triplet: EB, BD and 65. RGB value is (235,189,101). Sum of RGB (Red+Green+Blue) = 235+189+101=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBD65 is #14429A. Grayscale: #C1C1C1. Windows color (decimal): -1327771 or 6667755. OLE color: 6667755.

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

Color convert

RGB 235 189 101 -
CMYK 0 0.20 0.57 0.08
HSL 39.4º 0.77% 0.66% -
HSV(B) 39.4º 0.57% 0.92% -
XYZ 54.81 55 20.04 -
YUV 192.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 235 189 101 0 0.20 0.57 0.08 39.4 0.77 0.66
Hex EB BD 65 0 14 39 8 27 4D 42
Octal 353 275 145 0 24 71 10 47 115 102
Binary 11101011 10111101 1100101 0 10100 111001 1000 100111 1001101 1000010

Color Harmonies of #EBBD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD65

Black with #EBBD65

Text Example


Text Example

White with #EBBD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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