Html Css Color HEX #EBB16F Harvest Gold

📋 copy color: '#EBB16F'

red 235 ◦ green 177 ◦ blue 111

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

Shades of Harvest Gold #EBB16F

Tints of Harvest Gold #EBB16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.22%

R = 44.93%
G = 33.84%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBB16F (or 0xEBB16F) is known color: Harvest Gold. HEX triplet: EB, B1 and 6F. RGB value is (235,177,111). Sum of RGB (Red+Green+Blue) = 235+177+111=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB16F is #144E90. Grayscale: #BBBBBB. Windows color (decimal): -1330833 or 7320043. OLE color: 7320043.

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

Color convert

RGB 235 177 111 -
CMYK 0 0.25 0.53 0.08
HSL 31.94º 0.76% 0.68% -
HSV(B) 31.94º 0.53% 0.92% -
XYZ 52.85 50.25 21.95 -
YUV 186.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 235 177 111 0 0.25 0.53 0.08 31.94 0.76 0.68
Hex EB B1 6F 0 19 35 8 20 4C 44
Octal 353 261 157 0 31 65 10 40 114 104
Binary 11101011 10110001 1101111 0 11001 110101 1000 100000 1001100 1000100

Color Harmonies of #EBB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB16F

Black with #EBB16F

Text Example


Text Example

White with #EBB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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