Html Css Color HEX #EBB96F Harvest Gold

📋 copy color: '#EBB96F'

red 235 ◦ green 185 ◦ blue 111

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

Shades of Harvest Gold #EBB96F

Tints of Harvest Gold #EBB96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

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

R = 44.26%
G = 34.84%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBB96F (or 0xEBB96F) is known color: Harvest Gold. HEX triplet: EB, B9 and 6F. RGB value is (235,185,111). Sum of RGB (Red+Green+Blue) = 235+185+111=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB96F is #144690. Grayscale: #BFBFBF. Windows color (decimal): -1328785 or 7322091. OLE color: 7322091.

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

Color convert

RGB 235 185 111 -
CMYK 0 0.21 0.53 0.08
HSL 35.81º 0.76% 0.68% -
HSV(B) 35.81º 0.53% 0.92% -
XYZ 54.48 53.51 22.5 -
YUV 191.51 82.57 159.02 -
System Red Green Blue C M Y K H S L
Decimal 235 185 111 0 0.21 0.53 0.08 35.81 0.76 0.68
Hex EB B9 6F 0 15 35 8 24 4C 44
Octal 353 271 157 0 25 65 10 44 114 104
Binary 11101011 10111001 1101111 0 10101 110101 1000 100100 1001100 1000100

Color Harmonies of #EBB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB96F

Black with #EBB96F

Text Example


Text Example

White with #EBB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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