Html Css Color HEX #EBAF66 Harvest Gold

📋 copy color: '#EBAF66'

red 235 ◦ green 175 ◦ blue 102

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

Shades of Harvest Gold #EBAF66

Tints of Harvest Gold #EBAF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 45.9%
G = 34.18%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBAF66 (or 0xEBAF66) is known color: Harvest Gold. HEX triplet: EB, AF and 66. RGB value is (235,175,102). Sum of RGB (Red+Green+Blue) = 235+175+102=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF66 is #145099. Grayscale: #B8B8B8. Windows color (decimal): -1331354 or 6729707. OLE color: 6729707.

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

Color convert

RGB 235 175 102 -
CMYK 0 0.26 0.57 0.08
HSL 32.93º 0.77% 0.66% -
HSV(B) 32.93º 0.57% 0.92% -
XYZ 51.99 49.28 19.34 -
YUV 184.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 235 175 102 0 0.26 0.57 0.08 32.93 0.77 0.66
Hex EB AF 66 0 1A 39 8 21 4D 42
Octal 353 257 146 0 32 71 10 41 115 102
Binary 11101011 10101111 1100110 0 11010 111001 1000 100001 1001101 1000010

Color Harmonies of #EBAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF66

Black with #EBAF66

Text Example


Text Example

White with #EBAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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