Html Css Color HEX #EFBA72 Harvest Gold

📋 copy color: '#EFBA72'

red 239 ◦ green 186 ◦ blue 114

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

Shades of Harvest Gold #EFBA72

Tints of Harvest Gold #EFBA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

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

R = 44.34%
G = 34.51%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFBA72 (or 0xEFBA72) is known color: Harvest Gold. HEX triplet: EF, BA and 72. RGB value is (239,186,114). Sum of RGB (Red+Green+Blue) = 239+186+114=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA72 is #10458D. Grayscale: #C1C1C1. Windows color (decimal): -1066382 or 7518959. OLE color: 7518959.

HSL color Cylindrical-coordinate representation of color #EFBA72: hue angle of 34.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFBA72 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 114 -
CMYK 0 0.22 0.52 0.06
HSL 34.56º 0.8% 0.69% -
HSV(B) 34.56º 0.52% 0.94% -
XYZ 56.19 54.68 23.51 -
YUV 193.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 239 186 114 0 0.22 0.52 0.06 34.56 0.8 0.69
Hex EF BA 72 0 16 34 6 23 50 45
Octal 357 272 162 0 26 64 6 43 120 105
Binary 11101111 10111010 1110010 0 10110 110100 110 100011 1010000 1000101

Color Harmonies of #EFBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA72

Black with #EFBA72

Text Example


Text Example

White with #EFBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA72; }

 p { color: rgb(239,186,114); }

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

background-color css

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

 a { background-color: rgb(239,186,114); }

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

border-color css

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

 span { border-color: rgb(239,186,114); }

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