Html Css Color HEX #EABD68 Harvest Gold

📋 copy color: '#EABD68'

red 234 ◦ green 189 ◦ blue 104

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

Shades of Harvest Gold #EABD68

Tints of Harvest Gold #EABD68

RGB

 RED value IS 234 (91.8% from 255) = 44.4%

 GREEN value IS 189 (74.22% from 255) = 35.86%

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

R = 44.4%
G = 35.86%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EABD68 (or 0xEABD68) is known color: Harvest Gold. HEX triplet: EA, BD and 68. RGB value is (234,189,104). Sum of RGB (Red+Green+Blue) = 234+189+104=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD68 is #154297. Grayscale: #C1C1C1. Windows color (decimal): -1393304 or 6864362. OLE color: 6864362.

HSL color Cylindrical-coordinate representation of color #EABD68: hue angle of 39.23º degrees, saturation: 0.76, 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 #EABD68 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 104 -
CMYK 0 0.19 0.56 0.08
HSL 39.23º 0.76% 0.66% -
HSV(B) 39.23º 0.56% 0.92% -
XYZ 54.63 54.89 20.81 -
YUV 192.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 234 189 104 0 0.19 0.56 0.08 39.23 0.76 0.66
Hex EA BD 68 0 13 38 8 27 4C 42
Octal 352 275 150 0 23 70 10 47 114 102
Binary 11101010 10111101 1101000 0 10011 111000 1000 100111 1001100 1000010

Color Harmonies of #EABD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD68

Black with #EABD68

Text Example


Text Example

White with #EABD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD68; }

 p { color: rgb(234,189,104); }

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

background-color css

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

 a { background-color: rgb(234,189,104); }

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

border-color css

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

 span { border-color: rgb(234,189,104); }

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