Html Css Color HEX #EBB162 Harvest Gold

📋 copy color: '#EBB162'

red 235 ◦ green 177 ◦ blue 98

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

Shades of Harvest Gold #EBB162

Tints of Harvest Gold #EBB162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 98 (38.67% from 255) = 19.22%

R = 46.08%
G = 34.71%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBB162 (or 0xEBB162) is known color: Harvest Gold. HEX triplet: EB, B1 and 62. RGB value is (235,177,98). Sum of RGB (Red+Green+Blue) = 235+177+98=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB162 is #144E9D. Grayscale: #B9B9B9. Windows color (decimal): -1330846 or 6468075. OLE color: 6468075.

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

Color convert

RGB 235 177 98 -
CMYK 0 0.25 0.58 0.08
HSL 34.6º 0.77% 0.65% -
HSV(B) 34.6º 0.58% 0.92% -
XYZ 52.19 49.99 18.45 -
YUV 185.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 235 177 98 0 0.25 0.58 0.08 34.6 0.77 0.65
Hex EB B1 62 0 19 3A 8 23 4D 41
Octal 353 261 142 0 31 72 10 43 115 101
Binary 11101011 10110001 1100010 0 11001 111010 1000 100011 1001101 1000001

Color Harmonies of #EBB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB162

Black with #EBB162

Text Example


Text Example

White with #EBB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB162; }

 p { color: rgb(235,177,98); }

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

background-color css

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

 a { background-color: rgb(235,177,98); }

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

border-color css

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

 span { border-color: rgb(235,177,98); }

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