Html Css Color HEX #EABF72 Harvest Gold

📋 copy color: '#EABF72'

red 234 ◦ green 191 ◦ blue 114

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

Shades of Harvest Gold #EABF72

Tints of Harvest Gold #EABF72

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 43.41%
G = 35.44%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EABF72 (or 0xEABF72) is known color: Harvest Gold. HEX triplet: EA, BF and 72. RGB value is (234,191,114). Sum of RGB (Red+Green+Blue) = 234+191+114=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF72 is #15408D. Grayscale: #C3C3C3. Windows color (decimal): -1392782 or 7520234. OLE color: 7520234.

HSL color Cylindrical-coordinate representation of color #EABF72: hue angle of 38.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EABF72 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 191 114 -
CMYK 0 0.18 0.51 0.08
HSL 38.5º 0.74% 0.68% -
HSV(B) 38.5º 0.51% 0.92% -
XYZ 55.6 55.97 23.79 -
YUV 195.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 234 191 114 0 0.18 0.51 0.08 38.5 0.74 0.68
Hex EA BF 72 0 12 33 8 26 4A 44
Octal 352 277 162 0 22 63 10 46 112 104
Binary 11101010 10111111 1110010 0 10010 110011 1000 100110 1001010 1000100

Color Harmonies of #EABF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF72

Black with #EABF72

Text Example


Text Example

White with #EABF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF72; }

 p { color: rgb(234,191,114); }

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

background-color css

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

 a { background-color: rgb(234,191,114); }

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

border-color css

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

 span { border-color: rgb(234,191,114); }

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