Html Css Color HEX #EBAF68 Harvest Gold

📋 copy color: '#EBAF68'

red 235 ◦ green 175 ◦ blue 104

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

Shades of Harvest Gold #EBAF68

Tints of Harvest Gold #EBAF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.23%

R = 45.72%
G = 34.05%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBAF68 (or 0xEBAF68) is known color: Harvest Gold. HEX triplet: EB, AF and 68. RGB value is (235,175,104). Sum of RGB (Red+Green+Blue) = 235+175+104=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF68 is #145097. Grayscale: #B9B9B9. Windows color (decimal): -1331352 or 6860779. OLE color: 6860779.

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

Color convert

RGB 235 175 104 -
CMYK 0 0.26 0.56 0.08
HSL 32.52º 0.77% 0.66% -
HSV(B) 32.52º 0.56% 0.92% -
XYZ 52.09 49.32 19.87 -
YUV 184.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 235 175 104 0 0.26 0.56 0.08 32.52 0.77 0.66
Hex EB AF 68 0 1A 38 8 21 4D 42
Octal 353 257 150 0 32 70 10 41 115 102
Binary 11101011 10101111 1101000 0 11010 111000 1000 100001 1001101 1000010

Color Harmonies of #EBAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF68

Black with #EBAF68

Text Example


Text Example

White with #EBAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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