Html Css Color HEX #EABF74 Harvest Gold

📋 copy color: '#EABF74'

red 234 ◦ green 191 ◦ blue 116

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

Shades of Harvest Gold #EABF74

Tints of Harvest Gold #EABF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.44%

R = 43.25%
G = 35.3%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EABF74 (or 0xEABF74) is known color: Harvest Gold. HEX triplet: EA, BF and 74. RGB value is (234,191,116). Sum of RGB (Red+Green+Blue) = 234+191+116=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF74 is #15408B. Grayscale: #C3C3C3. Windows color (decimal): -1392780 or 7651306. OLE color: 7651306.

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

Color convert

RGB 234 191 116 -
CMYK 0 0.18 0.50 0.08
HSL 38.14º 0.74% 0.69% -
HSV(B) 38.14º 0.5% 0.92% -
XYZ 55.71 56.01 24.4 -
YUV 195.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 234 191 116 0 0.18 0.50 0.08 38.14 0.74 0.69
Hex EA BF 74 0 12 32 8 26 4A 45
Octal 352 277 164 0 22 62 10 46 112 105
Binary 11101010 10111111 1110100 0 10010 110010 1000 100110 1001010 1000101

Color Harmonies of #EABF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF74

Black with #EABF74

Text Example


Text Example

White with #EABF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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