Html Css Color HEX #EBAF6F Harvest Gold

📋 copy color: '#EBAF6F'

red 235 ◦ green 175 ◦ blue 111

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

Shades of Harvest Gold #EBAF6F

Tints of Harvest Gold #EBAF6F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

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

R = 45.11%
G = 33.59%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBAF6F (or 0xEBAF6F) is known color: Harvest Gold. HEX triplet: EB, AF and 6F. RGB value is (235,175,111). Sum of RGB (Red+Green+Blue) = 235+175+111=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF6F is #145090. Grayscale: #B9B9B9. Windows color (decimal): -1331345 or 7319531. OLE color: 7319531.

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

Color convert

RGB 235 175 111 -
CMYK 0 0.26 0.53 0.08
HSL 30.97º 0.76% 0.68% -
HSV(B) 30.97º 0.53% 0.92% -
XYZ 52.46 49.47 21.82 -
YUV 185.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 235 175 111 0 0.26 0.53 0.08 30.97 0.76 0.68
Hex EB AF 6F 0 1A 35 8 1F 4C 44
Octal 353 257 157 0 32 65 10 37 114 104
Binary 11101011 10101111 1101111 0 11010 110101 1000 11111 1001100 1000100

Color Harmonies of #EBAF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF6F

Black with #EBAF6F

Text Example


Text Example

White with #EBAF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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