Html Css Color HEX #EFB874 Harvest Gold

📋 copy color: '#EFB874'

red 239 ◦ green 184 ◦ blue 116

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

Shades of Harvest Gold #EFB874

Tints of Harvest Gold #EFB874

RGB

 RED value IS 239 (93.75% from 255) = 44.34%

 GREEN value IS 184 (72.27% from 255) = 34.14%

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

R = 44.34%
G = 34.14%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFB874 (or 0xEFB874) is known color: Harvest Gold. HEX triplet: EF, B8 and 74. RGB value is (239,184,116). Sum of RGB (Red+Green+Blue) = 239+184+116=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB874 is #10478B. Grayscale: #C1C1C1. Windows color (decimal): -1066892 or 7649519. OLE color: 7649519.

HSL color Cylindrical-coordinate representation of color #EFB874: hue angle of 33.17º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB874 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 116 -
CMYK 0 0.23 0.51 0.06
HSL 33.17º 0.79% 0.7% -
HSV(B) 33.17º 0.51% 0.94% -
XYZ 55.89 53.89 23.98 -
YUV 192.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 239 184 116 0 0.23 0.51 0.06 33.17 0.79 0.7
Hex EF B8 74 0 17 33 6 21 4F 46
Octal 357 270 164 0 27 63 6 41 117 106
Binary 11101111 10111000 1110100 0 10111 110011 110 100001 1001111 1000110

Color Harmonies of #EFB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB874

Black with #EFB874

Text Example


Text Example

White with #EFB874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB874; }

 p { color: rgb(239,184,116); }

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

background-color css

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

 a { background-color: rgb(239,184,116); }

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

border-color css

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

 span { border-color: rgb(239,184,116); }

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