Html Css Color HEX #EAB369 Harvest Gold

📋 copy color: '#EAB369'

red 234 ◦ green 179 ◦ blue 105

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

Shades of Harvest Gold #EAB369

Tints of Harvest Gold #EAB369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

 BLUE value IS 105 (41.41% from 255) = 20.27%

R = 45.17%
G = 34.56%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAB369 (or 0xEAB369) is known color: Harvest Gold. HEX triplet: EA, B3 and 69. RGB value is (234,179,105). Sum of RGB (Red+Green+Blue) = 234+179+105=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB369 is #154C96. Grayscale: #BBBBBB. Windows color (decimal): -1395863 or 6927338. OLE color: 6927338.

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

Color convert

RGB 234 179 105 -
CMYK 0 0.24 0.55 0.08
HSL 34.42º 0.75% 0.66% -
HSV(B) 34.42º 0.55% 0.92% -
XYZ 52.6 50.75 20.39 -
YUV 187.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 234 179 105 0 0.24 0.55 0.08 34.42 0.75 0.66
Hex EA B3 69 0 18 37 8 22 4B 42
Octal 352 263 151 0 30 67 10 42 113 102
Binary 11101010 10110011 1101001 0 11000 110111 1000 100010 1001011 1000010

Color Harmonies of #EAB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB369

Black with #EAB369

Text Example


Text Example

White with #EAB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB369; }

 p { color: rgb(234,179,105); }

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

background-color css

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

 a { background-color: rgb(234,179,105); }

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

border-color css

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

 span { border-color: rgb(234,179,105); }

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